Simple replay manager for the game Project+, compatible with Linux and macOS
Grab the App (macos) or Appimage (linux) from the releases
Requirements: qt5
sudo apt install qt-default # debian/ubuntu based distros
sudo pacman -S qt5-base # Arch based distros
On other distros and mac, see https://www.qt.io/download
Use the script ./build_appimage
Generate makefile :
mkdir -p build
cd build
qmake CONFIG+=release ../MininuxReplayManager.pro
make