You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
different values |
3 months ago | |
---|---|---|
.gitlab-ci-files | 2 years ago | |
build-android | 2 years ago | |
build-windows | 2 years ago | |
scripts | 2 years ago | |
src | 3 months ago | |
test | 3 months ago | |
.clang-format | 1 year ago | |
.clang-tidy | 1 year ago | |
.gitignore | 2 years ago | |
.gitlab-ci.yml | 2 years ago | |
DEPENDENCIES | 2 years ago | |
LICENSE.txt | 5 years ago | |
Makefile | 2 years ago | |
Makefile.conf | 4 months ago | |
README.md | 1 year ago | |
local.conf.example | 5 months ago |
README.md
libpEpAdapter
Build Configuration
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.
Make Targets
The default make target is src
.
Build
make src
- Builds the complete library
Test
make test
- Builds all tests
Install
make install
- Installs the library into your $PREFIX
make uninstall
- Uninstalls the library from your $PREFIX
Clean
make clean