linux-hunter
linux-hunter copied to clipboard
Prototype MH:W companion app for Linux, inspired by SmartHunter
Some silvers are actually gold crowns and maybe some nones are minis: [example](https://imgur.com/a/LiWFAGc)
Commands to compile: * Setup build directory: `meson setup --buildtype=release build` * Switch to build directory: `cd build` * Use `ninja` to compile. Compiled executable will be in the build...
A make file is not portable and might break easily. Build system choice can either be: * Meson * Cmake I can create pull request for either one.