application-services/libs
Edouard Oger a862450adb
Fix typo to bump libs/ hash
2020-05-14 10:02:02 -04:00
..
.gitignore Use vendored OpenSSL with reqwest 2019-08-14 14:29:19 -04:00
README.md Add Tcl installation instructions and check 2019-07-17 14:21:18 -04:00
android_defaults.sh Fix typo to bump libs/ hash 2020-05-14 10:02:02 -04:00
bootstrap-desktop.sh Replace bootstrap-desktop.sh by verify-desktop-environmnent.sh 2020-03-06 18:00:27 -05:00
build-all-android.sh Upgrade to Android NDK r20 2019-10-02 14:57:33 -04:00
build-all-ios.sh Update NSS to 3.52 2020-05-04 11:38:23 -04:00
build-all.sh Update NSS to 3.52 2020-05-04 11:38:23 -04:00
build-nss-android.sh Update NSS to 3.52 2020-05-04 11:38:23 -04:00
build-nss-desktop.sh Update NSS Darwin/Mingw-w64 builds 2020-05-04 11:51:33 -04:00
build-nss-ios.sh Update NSS to 3.52 2020-05-04 11:38:23 -04:00
build-sqlcipher-android.sh Update NSS to 3.52 2020-05-04 11:38:23 -04:00
build-sqlcipher-desktop.sh Update NSS to 3.52 2020-05-04 11:38:23 -04:00
build-sqlcipher-ios.sh Update NSS to 3.52 2020-05-04 11:38:23 -04:00
cross-compile-macos-on-linux-desktop-libs.sh Use the cross-compile tools hosted on tooltool (#1202) 2019-05-27 11:04:11 -04:00
macos-cc-tools.manifest Use the cross-compile tools hosted on tooltool (#1202) 2019-05-27 11:04:11 -04:00
verify-android-environment.sh Upgrade Android NDK to r21 2020-04-17 16:44:40 -04:00
verify-common.sh Replace bootstrap-desktop.sh by verify-desktop-environmnent.sh 2020-03-06 18:00:27 -05:00
verify-desktop-environment.sh Fix script name typo 2020-03-06 18:38:37 -05:00
verify-ios-environment.sh Replace bootstrap-desktop.sh by verify-desktop-environmnent.sh 2020-03-06 18:00:27 -05:00

README.md

libs

This directory builds the required libraries 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

Build dependencies

Supported architectures

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