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 b4c8257c85 Opening sync branch (post release pEpJNIAdapter rel_2.0.2, pEpComServerAdapter 2.0.0, pEpJSONAdapter release not in scope since long ago) 5 years ago
build-android Android Build: fix header extraction 5 years ago
libpEpAdapter Added call_with_lock.cc and slurp.cc to Windows build. 5 years ago
test Move pEpLog() macro to new header pEpLog.hh 5 years ago
.hgignore Move pEpLog() macro to new header pEpLog.hh 5 years ago
Adapter.cc Move pEpLog() macro to new header pEpLog.hh 5 years ago
Adapter.hh Move pEpLog() macro to new header pEpLog.hh 5 years ago
Adapter.hxx Move pEpLog() macro to new header pEpLog.hh 5 years ago
LICENSE.txt adding licensing and locked_queue 7 years ago
Makefile Backing out all commits after 159:3275abf4bb79 5 years ago
Makefile.conf Backing out all commits after 159:3275abf4bb79 5 years ago
call_with_lock.cc add call_with_lock(). Moved from Json Adapter. 6 years ago
call_with_lock.hh add call_with_lock(). Moved from Json Adapter. 6 years ago
locked_queue.hh normalizing 6 years ago
pEpLog.hh Move pEpLog() macro to new header pEpLog.hh 5 years ago
pc_container.hh normalizing 6 years ago
readme.md Add basic build instructions 7 years ago
slurp.cc add function slurp(), coming from JsonAdapter 7 years ago
slurp.hh add function slurp(), coming from JsonAdapter 7 years ago
status_to_string.cc ... 6 years ago
status_to_string.hh ... 6 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