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.
Devan Carpenter 51e54e5aba CI: add Debian 11 jobs 3 years ago
.gitlab-ci-files CI: build CentOS/RedHat 8 RPM packages 4 years ago
build-android Android build: Update for 2.1.19+ 4 years ago
build-windows Adapt Windows build project to new file structure 4 years ago
scripts CI: build CentOS/RedHat 8 RPM packages 4 years ago
src use pEp/platform.h for windows compat 4 years ago
test Test: use strdup from pEp/platform.h 4 years ago
.clang-format LIB-13: YES, diff breaking cahnge, reformat tests. clang-format now or never! 4 years ago
.gitignore .gitignore 4 years ago
.gitlab-ci.yml CI: add Debian 11 jobs 3 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 C++ standard pEp-wide has been reverted to C++11 4 years ago
README.md LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 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

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