C++11 library providing functionality common to all adapters.
Go to file
Thomas f1f8c0d49d Initialize status code 2021-07-15 07:38:28 +02:00
.gitlab-ci-files CID: don't use insecure docker registries anymore 2021-02-23 10:16:04 +01:00
build-android Android build: Update for 2.1.19+ 2021-03-30 14:14:14 +02:00
build-windows Add reference to sqlite3, use _strdup() 2021-07-14 11:20:33 +02:00
scripts CI: use specific project versions 2021-02-16 12:48:37 +01:00
src Initialize status code 2021-07-15 07:38:28 +02:00
test Test: PityTest - Fix linux build 2021-07-12 12:34:13 +02:00
.clang-format C++ standard pEp-Wide back to C++11 2021-04-19 16:36:22 +02:00
.gitignore Test: PityTest - Fix linux build 2021-07-12 12:34:13 +02:00
.gitlab-ci.yml CI: remove unfinished CentOS/RHEL jobs 2021-02-16 12:53:03 +01:00
DEPENDENCIES CI: DEPENDENCIES - libpEpAdapter does not specify engine version to be used. 2021-03-30 00:59:55 +02:00
LICENSE.txt adding licensing and locked_queue 2018-10-04 11:45:32 +02:00
Makefile Build: test fw not no main Makefile 2021-06-01 22:25:05 +02:00
Makefile.conf Merge branch 'Release_2.1' 2021-07-12 01:54:50 +02:00
README.md LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 2021-03-26 17:41:11 +01:00
local.conf.example Unified local.conf with pEpJNIAdapter, added local.conf.example, (BUILD_CONFIG gone seemed to be broken, anyone missing it? /q heck) 2020-08-13 00:26:02 +02:00

README.md

How to build

To customize your build, you may change several variables that are consumed by make.

These variables, along with some explanations can be found in Makefile.conf.

You can edit that file, or create a file local.conf in the root of the repository, which will also be parsed by make.

A sample local.conf looks like this:

PREFIX=$(HOME)/code/libad/build

ENGINE_LIB=-L$(HOME)/code/engine/build/lib
ENGINE_INC=-I$(HOME)/code/engine/build/include

Now, run:

make all
make install