C++11 library providing functionality common to all adapters.
Go to file
Volker Birk c7c5be136c ... 2020-07-01 11:25:51 +02:00
build-android Android: Add passphrase_cache.cc to LOCAL_SRC_FILES 2020-06-30 13:49:15 +02:00
libpEpAdapter ... 2020-07-01 11:25:51 +02:00
test text output in test 2020-06-29 22:25:25 +02:00
.hgignore passphrase cache 2020-06-25 20:26:56 +02:00
Adapter.cc ignore PEP_STATEMACHINE_CANNOT_SEND 2020-06-29 12:49:13 +02:00
Adapter.hh C++ 11, options for clang and gcc 2020-04-30 13:52:36 +02:00
Adapter.hxx C++ 11, options for clang and gcc 2020-04-30 13:52:36 +02:00
LICENSE.txt adding licensing and locked_queue 2018-10-04 11:45:32 +02:00
Makefile depends in Makefile 2020-06-25 20:26:20 +02:00
Makefile.conf C++ 11, options for clang and gcc 2020-04-30 13:52:36 +02:00
call_with_lock.cc add call_with_lock(). Moved from Json Adapter. 2019-04-23 17:05:17 +02:00
call_with_lock.hh add call_with_lock(). Moved from Json Adapter. 2019-04-23 17:05:17 +02:00
callback_dispatcher.cc ... 2020-07-01 11:20:48 +02:00
callback_dispatcher.hh ... 2020-07-01 11:20:48 +02:00
locked_queue.hh normalizing 2019-11-16 17:52:29 +01:00
pEpLog.hh Move pEpLog() macro to new header pEpLog.hh 2020-04-23 00:53:19 +02:00
passphrase_cache.cc ... 2020-07-01 11:15:27 +02:00
passphrase_cache.hh ... 2020-07-01 11:15:27 +02:00
passphrase_cache.hxx never modify while iterating 2020-06-28 16:47:20 +02:00
pc_container.hh missing include 2020-07-01 11:04:54 +02:00
readme.md Add basic build instructions 2019-01-17 16:22:02 +01:00
slurp.cc add function slurp(), coming from JsonAdapter 2018-10-17 11:22:21 +02:00
slurp.hh add function slurp(), coming from JsonAdapter 2018-10-17 11:22:21 +02:00
status_to_string.cc ... 2019-05-04 02:12:55 +02:00
status_to_string.hh ... 2019-05-04 02:12:55 +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