interfacing between transports written in different programming languages
 
 
 
 
Go to file
Dirk Zimmermann 5f12d88767 Merge branch 'IPS-67' 2021-11-04 09:00:48 +01:00
build-mac IPS-67 Keep iOS and macOS the same 2021-11-02 14:13:46 +01:00
src Kotlin: add missing properties types 2021-11-03 14:12:00 +01:00
.clang-format lets use clang-format, please. 2021-09-12 14:01:28 +02:00
.gitignore throw exceptions on demand 2021-09-16 22:28:52 +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