|
9 months ago | |
---|---|---|
.. | ||
Subprojects | 9 months ago | |
curl | 6 years ago | |
pEpEngine.xcodeproj | 9 months ago | |
pEpEngine_macOS | 1 year ago | |
pEpTrustWords | 6 years ago | |
README.md | 9 months ago | |
build.sh | 5 years ago | |
build_libcurl_dist.sh | 5 years ago | |
curl-7.48.0.tar.gz.asc | 6 years ago | |
generated-files-sync.txt | 2 years ago | |
pEpTrustWords-Info.plist | 3 years ago |
Exists solely for sanity check.
pEpCC must run on all OSs, thus Xcode build is not suitable.
Install this …
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 wget
sudo port install gsed
pushd ~
git clone https://gitea.pep.foundation/fdik/yml2
popd
… and rust toolchain…
xcode-select --install
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env
restart your console and run:
sudo port install pkgconfig
rustup toolchain install nightly
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-darwin
rustup target add aarch64-apple-darwin --toolchain nightly
rustup update
… and etch this dependencies to be able to use build-mac
mkdir src_pEp4ipsec
cd src_pEp4ipsec
git clone https://gitea.pep.foundation/buff/mac-os-build-scripts-common-dependencies.git
git clone https://gitea.pep.foundation/pep.foundation/pEpObjCAdapter.git
http://pep-security.lu/gitlab/fdik/pEp-for-ipsec.git
open pEp-for-ipsec/pEpCC/Xcode/pEpCC.xcodeproj
Build scheme “pEpCC_macOS”.
xcodebuild -project "pEp-for-ipsec/pEpCC/Xcode/pEpCC.xcodeproj" -scheme "pEpCC_macOS" -configuration [RELEASE|DEBUG]