|
3 months ago | |
---|---|---|
.gitlab-ci-files | 1 year ago | |
build-android | 1 year ago | |
build-windows | 10 months ago | |
scripts | 1 year ago | |
src | 3 months ago | |
test | 3 months ago | |
.clang-format | 4 months ago | |
.clang-tidy | 3 months ago | |
.gitignore | 6 months ago | |
.gitlab-ci.yml | 1 year ago | |
DEPENDENCIES | 1 year ago | |
LICENSE.txt | 4 years ago | |
Makefile | 1 year ago | |
Makefile.conf | 10 months ago | |
README.md | 4 months ago | |
local.conf.example | 2 years ago |
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