You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
.gitlab-ci-files | 4 years ago | |
build-android | 4 years ago | |
build-windows | 4 years ago | |
scripts | 2 years ago | |
src | 2 years ago | |
test | 2 years ago | |
.clang-format | 4 years ago | |
.clang-tidy | 3 years ago | |
.gitignore | 2 years ago | |
.gitlab-ci.yml | 4 years ago | |
DEPENDENCIES | 2 years ago | |
LICENSE.txt | 7 years ago | |
Makefile | 4 years ago | |
Makefile.conf | 2 years ago | |
README.md | 2 years ago | |
build.conf.example | 2 years ago |
README.md
libpEpAdapter
Build Configuration
The build configuration file is called build.conf
or can be specified (relative to repo root) using
the env var BUILD_CONF
.
Use the file build.conf.example
as a template.
cp build.conf.example build.conf
Then, tweak it to your needs.
Build Dependencies
The aim of libpEpAdapter is to stay 3rd party dependency free. The 1st party direct dependencies are specified in the DEPENDENCIES file.
Please note: The tests require the testframework PityTest11 to be installed in the PREFIX specified.
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