forked from pEp.foundation/libpEpTransport
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Reviewed-on: pEp.foundation/libpEpTransport#12 |
7 months ago | |
---|---|---|
PublicHeaders | 1 year ago | |
build-android | 7 months ago | |
build-gradle | 1 year ago | |
build-linux | 1 year ago | |
build-mac | 1 year ago | |
build-windows | 1 year ago | |
src | 1 year ago | |
.clang-format | 2 years ago | |
.gitignore | 1 year ago | |
LICENSE | 2 years ago | |
Makefile | 2 years ago | |
Makefile.conf | 2 years ago | |
README.md | 1 year ago | |
local.conf.example | 2 years 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