macOS Adapter
p≡p macOS Desktop adapter
Features
This adapter will sport three main features:
- p≡p API via Apple XPC
- p≡p API via p≡p JSON adapter
- p≡p Update Client
Deployment
These steps must be executed to have a deployable version:
shell environment
export MACOSX_DEPLOYMENT_TARGET=10.10
build nettle
CFLAGS=-I$HOME/include LDFLAGS=-L$HOME/lib ./configure --prefix=$HOME
- build gmp
- build ICU
- build boost
- build openssl
- build libetpan-fdik
- build cryptopp
- build downloadclient
- build webserver
- build zlib
- build libiconv
build sqlite3
build sequoia
make MACOSX_DEPLOYMENT_TARGET=10.10 PYTHON=disable PREFIX=$HOME install
- build pEpEngine
- build pEpJSONServerAdapter
build pEpMacOSAdapter