|
6 months ago | |
---|---|---|
build-mac | 6 months ago | |
src | 6 months ago | |
.clang-format | 8 months ago | |
.gitignore | 8 months ago | |
LICENSE | 9 months ago | |
Makefile | 8 months ago | |
Makefile.conf | 8 months ago | |
README.md | 8 months ago | |
local.conf.example | 8 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 filesmake install
Installs the header files in $PREFIX/include/pEp
make uninstall
Removes all headers from $PREFIX/include/pEp
make clean