The build configuration file is called local.conf
.
Use the file local.conf.example
as a template.
cp local.conf.example local.conf
Then, tweak it to your needs.
The default make target is src
.
make src
- Builds the complete library
make test
- Builds all tests
make install
- Installs the library into your $PREFIX
make uninstall
- Uninstalls the library from your $PREFIX
make clean