forked from pEp.foundation/pEpMIME
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.
707 B
707 B
WIP
All dips must be in ${PROJECT_DIR}/../../../local/[include|lib]
#HowTo Build
Dependencies
sudo port install git
sudo port install gmake
sudo port install autoconf
sudo port install libtool
sudo port install automake
sudo port install asn1c
sudo port install gsed
git clone https://gitea.pep.foundation/buff/mac-os-build-scripts-common-dependencies.git
git clone https://gitea.pep.foundation/pEp.foundation/pEpMIME.git
Build
Using Xcode UI
open pEpMIME/build_macOS/pEpMIME/pEpMIME.xcodeproj
Build scheme "libpEpMIME".
Using terminal
xcodebuild -project "pEpMIME/build_macOS/pEpMIME/pEpMIME.xcodeproj" -scheme "libpEpMIME" -configuration [RELEASE|DEBUG]