interfacing between transports written in different programming languages
 
 
 
 
 
 
Go to file
heck 4103f618b4 Doc: Bit more boilerplate README.md ? 2021-09-09 20:50:48 +02:00
src Build: Add make target install/uninstall 2021-09-09 20:49:44 +02:00
.gitignore Build: Add local.conf.example 2021-09-09 20:50:14 +02:00
LICENSE Initial commit 2021-09-01 12:16:56 +02:00
Makefile Build: Add top level Makefile 2021-09-09 20:50:04 +02:00
Makefile.conf Build: Add make target install/uninstall 2021-09-09 20:49:44 +02:00
README.md Doc: Bit more boilerplate README.md ? 2021-09-09 20:50:48 +02:00
local.conf.example Build: Add local.conf.example 2021-09-09 20:50:14 +02:00

README.md

libpEpTransport

Interfacing between transports written in different programming languages

Build dependencies

  • YML 2.7.1

Build Configuration

The build configuration file is called local.conf. Use the file local.conf.example as a template.

cp local.conf.example local.conf

Then, tweak it to your needs.

Make Targets

The default make target is src.

Build

  • make src Generates all the headers and source files

Install

  • make install Installs the header files in $PREFIX/include/pEp

  • make uninstall Removes all headers from $PREFIX/include/pEp

Clean

  • make clean