mirror of
https://github.com/Haivision/srt.git
synced 2026-07-04 15:07:49 +00:00
5d80411f0c
* Update iOS build scripts ~ Generate Xcode project files ~ Support build for tvOS ~ Package all variants into XCFramework bundle * Fix iOS / iOS-cxxsyncON
887 B
887 B
Building SRT on Android
NOTE: The scripts are located in scripts/build-android folder.
Install the NDK and CMake
The Android NDK is required to build native modules for Android. Install and configure the NDK
Consider installing the latest version of cmake. The higher version of cmake the better. As of writing the current version of CMake is 3.18.4 You can download Cmake from the following website: https://cmake.org/download
Build SRT for Android
Run ./build-android -n /path/to/ndk. E.g. ./build-android -n /home/username/Android/Sdk/ndk/21.4.7075529
Include prebuilt native libraries from prebuilt folder into Android Studio project.