forked from pEp.foundation/libetpan
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
.. | ||
dependencies | 8 years ago | |
libetpan Tests.xcodeproj | 10 years ago | |
libetpan.xcodeproj | 2 years ago | |
Info.plist | 7 years ago | |
README.md | 2 years ago | |
autogen-result.tar.gz | 8 years ago | |
prepare-ios.sh | 11 years ago | |
update-macos.sh | 2 years ago | |
update.sh | 8 years ago |
README.md
libetpan 4 Apple Hardware
Prerequisites
Package managers
MacPorts for installing dependencies:
Install MacPorts for your version of OS X/macOS.
Dependencies of prerequisites
sudo port install git
sudo port install gmake
sudo port install autoconf
sudo port install libtool
sudo port install automake
sudo port install wget
sudo port install gsed
xcode-select --install
Dependencies
git clone https://gitea.pep.foundation/buff/mac-os-build-scripts-common-dependencies.git
git clone https://gitea.pep.foundation/pEp.foundation/libetpan.git
Build
Using Xcode UI
open libetpan/build-mac/libetpan.xcodeproj
.
Build the scheme fitting your needs (libetpan [macOS|iOS].
Using terminal
xcodebuild -project "libetpan/build-mac/libetpan.xcodeproj" -scheme "libetpan [macOS|iOS]" -configuration [RELEASE|DEBUG]
Output Dir
Find arttefacts and headers in libetpan/build-mac/build
.