|
|
@ -18,6 +18,19 @@ This software is supporting macOS 10.8 and later. |
|
|
|
- to build pEpMacOSAdapter use the Makefile |
|
|
|
- to build pEpNotifications use Xcode |
|
|
|
|
|
|
|
## Build using Makefile |
|
|
|
|
|
|
|
1. Download and install boost (1.72.0). https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.gz |
|
|
|
2. Download and install crypto++ (master branch, CRYPTOPP_8_2_0). https://github.com/weidai11/cryptopp |
|
|
|
3. Download and install openssl (1.1.1g). https://github.com/openssl/openssl |
|
|
|
4. Go to pEpMacOSAdapter folder |
|
|
|
5. make local.conf (only if local.conf doesn't exist) |
|
|
|
6. Edit local.conf and update |
|
|
|
- The paths (include and lib) from boost, crypto++ and openssl libraries |
|
|
|
- The path from downloadclient library |
|
|
|
- The signing identity |
|
|
|
7. make |
|
|
|
|
|
|
|
## Implementation |
|
|
|
|
|
|
|
The implementation is split in to parts: |
|
|
|