Download the .exe (or .deb if you're on linux) from the releases section: https://github.com/chocolateimage/qrhythmcafe/releases
You will need Python for this during development.
You need to install PyQT5 and requests with apt:
sudo apt install python3-pyqt5 python3-requests
On windows you need to install PyQT5 and requests with pip:
pip install PyQT5 requests
- Install "pyinstaller":
pip install pyinstaller
- Run "buildwindows.bat"
- In the dist folder there should be a file with the name of "qrhythmcafe.exe"
Go to the "deb" directory
cd deb
Run "packagedeb.sh". This file will copy all required files into the correct "usr" folders for building into a qrhythmcafe.deb
file
Command: ./packagedeb.sh
If you have any issues, report them in the issue tracker on GitHub