|
|
@ -1,5 +1,13 @@ |
|
|
|
# build instructions |
|
|
|
# Build Instructions |
|
|
|
|
|
|
|
## Requirements |
|
|
|
|
|
|
|
* Boost (1.63 or newer) |
|
|
|
* GoogleTest (GTest) – not to use library, but to run the unittests. :-) |
|
|
|
(for Windows you might follow these instructions: |
|
|
|
<https://docs.microsoft.com/en-us/visualstudio/test/how-to-use-google-test-for-cpp?view=vs-2019>) |
|
|
|
|
|
|
|
## Solve the cyclic dependency to pEpEngine |
|
|
|
To build p≡p MIME it's necessary that header files of p≡p engine are already |
|
|
|
installed. Because of the dependency loop of p≡p MIME needing these headers and |
|
|
|
p≡p engine depending on p≡p MIME you best do things in this sequence: |
|
|
|