|
||
---|---|---|
PublicHeaders | ||
build-android | ||
build-gradle | ||
build-linux | ||
build-mac | ||
build-windows | ||
src | ||
.clang-format | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
Makefile.conf | ||
README.md | ||
build.conf.example |
README.md
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