To setup the project use the setup_project_build.sh
script located at folder.
$ ./setup_project_build.sh
$ make all
$ ./setup_project_build.sh
$ make all
$ make install
$ ./setup_project_build.sh
$ make all
$ make install
$ make uninstall
It will:
- clean all build files
- clean all automake generated ones
- uninstall the app from /usr/local/bin.
$ make clean-all