interfacing between transports written in different programming languages
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.
 
 
 
 
 
 
Go to file
Volker Birk 58552dd092
removing win32 build
1 month ago
PublicHeaders Fix PEPTransportStatusCode, PEPTransportProtocol 1 year ago
build-android PEMA-103 5 months ago
build-gradle Kotlin: DPE-62 Check if OS is Windows and run relevant commands in each case. 1 year ago
build-linux IPS-168 Line ending 1 year ago
build-mac IPS-197 Fix PEPBlockBasedTransportTests 1 year ago
build-win64 removing win32 build 1 month ago
build-windows Kotlin: DPE-62 Fix yml2 directory in generate_code.cmd. 1 year ago
src unify 1 month ago
.clang-format lets use clang-format, please. 2 years ago
.gitignore install marker so it does not get repeated without need 1 month ago
DEPENDENCIES generate code with nmake 1 month ago
LICENSE Initial commit 2 years ago
Makefile Build: Add top level Makefile 2 years ago
Makefile.conf Build: Add make target install/uninstall 2 years ago
README.md Doc: README.md 1 year ago
local.conf.example unify 1 month ago
local.mak.example make YML2PROC configurable 1 month ago

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