CMake scripts to build nCine dependency libraries for Android.
This repository contains the scripts to easily cross-compile the libraries needed by the nCine when building the Android version.
It also contains some additional libraries that can optionally be used in nCine projects.
- armeabi-v7a
- arm64-v8a
- x86_64
- libogg
- libvorbis
- libpng
- libwebp
- OpenAL-soft
- Lua
- Box2D
- libcurl
Install the Android NDK somewhere, then:
cmake -S nCine-android-libraries -B nCine-android-libraries-build -DNDK_DIR=[path to the NDK] -DARCH=[architecture] -DPLATFORM=[platform level]