application-services/libs
Ryan VanderMeulen dbcec77cab Update NSS to version 3.106 2024-10-24 18:44:50 +00:00
..
.gitignore Use vendored OpenSSL with reqwest 2019-08-14 14:29:19 -04:00
README.md CircleCI must install Python in order to build system libs. (#4128) 2021-05-20 13:40:23 +10:00
android_defaults.sh Use Android SDK's side-by-side NDK 2020-06-11 19:15:30 -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 Remove SQLCipher 2023-09-15 21:25:34 +00:00
build-all-ios.sh Build NSS for iPhoneSimulator target 2023-09-19 21:46:35 +00:00
build-all.sh Update NSS to version 3.106 2024-10-24 18:44:50 +00:00
build-android-common.sh Fix for the Android x86-64 megazord with Android NDK-25 2023-03-30 09:55:52 -04:00
build-nss-android.sh Building nss now forces the integrated assember to work with ndk 25 (#5514) 2023-04-28 00:02:59 +10:00
build-nss-desktop.sh Update NSS to version 3.106 2024-10-24 18:44:50 +00:00
build-nss-ios.sh Build NSS for iPhoneSimulator target 2023-09-19 21:46:35 +00: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 remove MacOSX 10.12 SDK 2024-02-01 18:56:38 +00:00
verify-android-ci-environment.sh Remove SQLCipher 2023-09-15 21:25:34 +00:00
verify-android-environment.sh Misc improvements to Android verify scripts (#4824) 2022-03-31 19:28:14 -07:00
verify-common.sh Typos 2024-05-24 20:17:12 +00:00
verify-desktop-environment.sh Remove SQLCipher 2023-09-15 21:25:34 +00:00
verify-ios-ci-environment.sh Remove SQLCipher 2023-09-15 21:25:34 +00:00
verify-ios-environment.sh Merge ios and ios-rust directories and clean up Xcode project (#4830) 2022-03-03 10:03:32 -10: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")