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 59551595a3 C++ standard doesnt allow ';' after namespace closing '}' 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 CI: use specific project versions 4 years ago
src C++ standard doesnt allow ';' after namespace closing '}' 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 .gitignore: ignore new compiled file 4 years ago
.gitlab-ci.yml CI: remove unfinished CentOS/RHEL jobs 4 years ago
DEPENDENCIES CI: DEPENDENCIES - libpEpAdapter does not specify engine version to be used. 4 years ago
LICENSE.txt adding licensing and locked_queue 7 years ago
Makefile Build: test fw not no main Makefile 4 years ago
Makefile.conf Build: improve diag / use -isystem for dependencies 2 years ago
README.md Doc: update the ancient README.md 4 years ago
local.conf.example Test: Add resources/keys to this repo 3 years 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