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.
heck b28daa4a6f Build: change local.conf to build.conf 2 years ago
.gitlab-ci-files CID: don't use insecure docker registries anymore 4 years ago
build-android Android build: Update for 2.1.19+ 4 years ago
build-windows Add missing header files to Windows project 4 years ago
scripts Build: change local.conf to build.conf 2 years ago
src FIX: Session-Manager - Make impossible to inititalize more than once with possibly 2 years ago
test C++ standard doesnt allow ';' after namespace closing '}' 2 years ago
.clang-format fix .clang-format invalid value 4 years ago
.clang-tidy .clang-tidy: allow implicit bool conversion 3 years ago
.gitignore Build: change local.conf to build.conf 2 years ago
.gitlab-ci.yml CI: remove unfinished CentOS/RHEL jobs 4 years ago
DEPENDENCIES v3.2.0 - Initial commit opening the release branch to carry development towards next patch-releases. 2 years ago
LICENSE.txt adding licensing and locked_queue 7 years ago
Makefile LIB-13: Standard project layout (src dir added) 4 years ago
Makefile.conf Build: change local.conf to build.conf 2 years ago
README.md Build: change local.conf to build.conf 2 years ago
build.conf.example Build: change local.conf to build.conf 2 years ago

README.md

libpEpAdapter

Build Configuration

The build configuration file is called build.conf. Use the file build.conf.example as a template.

cp build.conf.example build.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