C++11 library providing functionality common to all adapters.
Go to file
heck b54f9d122b Build: Makefiles cleanup 2021-04-09 14:56:31 +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 Build: Makefiles cleanup 2021-04-09 14:56:31 +02:00
test Build: Makefiles cleanup 2021-04-09 14:56:31 +02:00
.clang-format LIB-13: YES, diff breaking cahnge, reformat tests. clang-format now or never! 2021-03-27 18:01:17 +01:00
.gitignore .gitignore 2021-02-25 01:04:59 +01: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 LIB-13: Standard project layout (src dir added) 2021-03-26 18:02:38 +01: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