interfacing between transports written in different programming languages
- Objective-C 80.7%
- C++ 6.9%
- Kotlin 5.2%
- Makefile 4.9%
- Batchfile 2%
- Other 0.3%
libpEpTransport
Interfacing between transports written in different programming languages
Toolchain
required:
- YML 2.7.1
Build Configuration
The build configuration file is called build.conf or can be specified (relative to repo root) using
the env var BUILD_CONF.
Use the file build.conf.example as a template.
cp build.conf.example build.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