Installation is handled via CMake.
By default cmake --install build will install to /usr/local/bin.
To install to a different directory, set -DCMAKE_INSTALL_PREFIX e.g
cmake -DCMAKE_INSTALL_PREFIX=/usr --install build
Flatpak support for the Steam Deck is being looked into, as is controller
support. Until then, you can build the application locally by installing to ~/.local/share/bin and adding this to PATH.
- A C++ compiler (
gcc/g++) andcmake - QT development libraries, will depend on distro
- Touhou Patch Center for making thcrap
- Flags are provided by https://flagpedia.net

