How to build
To build this project, please use the "build" script. Please note that the script may not be executable by default.
After downloading and unzipping, enter these commands:
chmod +x ./build
./build
or:
chmod +x ./build
./build --help
for more details.
How to Install
After building, run the build script with either --install or --gui-install command line switch:
./build --install
or:
./build --gui-install