Login  Register

Re: Plans for new Piano Booster release version 7.2

Posted by Louis B. on Feb 18, 2020; 9:58pm
URL: http://piano-booster.139.s1.nabble.com/Plans-for-new-Piano-Booster-release-version-7-2-tp7572786p7572797.html

Hi Robert,

The steps on Linux 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 make
5. 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 install

There 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.