C++11 library providing functionality common to all adapters.
Go to file
heck 0baa54c330 Test: PityTest - AbstractPityUnit add copy assign operator 2021-07-08 14:24:54 +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 Adapt Windows build project to new file structure 2021-04-07 14:20:33 +02:00
scripts CI: use specific project versions 2021-02-16 12:48:37 +01:00
src Utils: comment 2021-07-07 02:49:22 +02:00
test Test: PityTest - AbstractPityUnit add copy assign operator 2021-07-08 14:24:54 +02:00
.clang-format C++ standard pEp-Wide back to C++11 2021-04-19 16:36:22 +02:00
.gitignore .gitignore 2021-07-07 15:10:58 +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 Build: Makefiles cleanup 2021-04-09 14:56:31 +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