application-services/libs
Edouard Oger 04eb0065ca
Generate NSS/NSPR types from headers
2019-04-16 13:14:10 -04:00
..
.gitignore NSS crypto backend for SHA-256 digest 2019-04-11 17:33:03 -04:00
README.md Produce Android x86_64 binaries (#731) 2019-03-07 18:26:00 -05:00
android_defaults.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
bootstrap-desktop.sh Generate NSS/NSPR types from headers 2019-04-16 13:14:10 -04:00
build-all-android.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-all-ios.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-all.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-nss-android.sh Generate NSS/NSPR types from headers 2019-04-16 13:14:10 -04:00
build-nss-desktop.sh Generate NSS/NSPR types from headers 2019-04-16 13:14:10 -04:00
build-nss-ios.sh Generate NSS/NSPR types from headers 2019-04-16 13:14:10 -04:00
build-openssl-android.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-openssl-desktop.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-openssl-ios.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-sqlcipher-android.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-sqlcipher-desktop.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
build-sqlcipher-ios.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
cross-compile-macos-on-linux-desktop-libs.sh Integrate tooltool.py to docker image 2019-03-26 12:40:11 -04:00
patch-nss-src.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
setup_toolchains_local.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00
verify-android-environment.sh Use curly braces around bash variables consistently 2019-04-11 17:33:03 -04:00

README.md

libs

This directory builds openssl for iOS, Android and desktop platforms.

Usage

  • ./build-all.sh ios - Build for iOS
  • ./build-all.sh android - Build for Android
  • ./build-all.sh desktop - Build for Desktop

Supported Arch

  • Android: TARGET_ARCHS=("x86" "x86_64" "arm64" "arm")
  • iOS: TARGET_ARCHS=("x86_64" "arm64")