|
5 months ago | |
---|---|---|
build-gradle | 6 months ago | |
build-mac | 7 months ago | |
build-windows | 5 months ago | |
src | 6 months ago | |
.clang-format | 10 months ago | |
.gitignore | 6 months ago | |
LICENSE | 10 months ago | |
Makefile | 10 months ago | |
Makefile.conf | 10 months ago | |
README.md | 6 months ago | |
local.conf.example | 10 months ago |
Interfacing between transports written in different programming languages
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.
The default make target is src
.
make src
- Generates all the headers and source files
make install
- Installs the header files in $PREFIX/include/pEp
make uninstall
- Removes all headers from $PREFIX/include/pEp
make clean