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 1d259cfda4 Test: update test_ensure_passphrase.cc 3 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 Fix: add 'PEP_KEY_IMPORTED' to NOT 'errors' 3 years ago
test Test: update test_ensure_passphrase.cc 3 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 LIB-13: Standard project layout (src dir added) 4 years ago
Makefile.conf Build: Fix missing CFLAGS (used for sqlite3 amalgamation only) 3 years ago
README.md Doc: update the ancient README.md 4 years ago
local.conf.example Unified local.conf with pEpJNIAdapter, added local.conf.example, (BUILD_CONFIG gone seemed to be broken, anyone missing it? /q heck) 5 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