Sorry for the delay replying.
The latest code is
https://github.com/captnfab/PianoBooster/You need to download version v0.7.2b from here:
https://github.com/captnfab/PianoBooster/releases/tag/v0.7.2bThe steps to compile PB are as follows:
1. Download the source code and unzip it.
2. In a terminal window use
cd to change to the source code directory
3. Then type
mkdir build followed by
cd build.
3. Then in the build directory type
cmake ..
4. Then type
make5. Finally to run piano booster type
./build/pianobooster from the terminal window from the build directory.
6 if you want to install pianobooster type
sudo make installThere may be some errors asking you to install stuff and you will often need the
-dev version of the missing program. If you cannot solve the error your self please post the error message to this forum.
Good luck and please post how you get on.