Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 668 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 668 Bytes

Mininux Replay manager

Simple replay manager for the game Project+, compatible with Linux and macOS

Installation

direct binary download

Grab the App (macos) or Appimage (linux) from the releases

Building

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

Building appimage

Use the script ./build_appimage

Building standard binary

Generate makefile :

mkdir -p build
cd build
qmake CONFIG+=release ../MininuxReplayManager.pro
make