https://github.com/ncine/ncine-android-libraries
CMake scripts to build nCine dependency libraries for Android
https://github.com/ncine/ncine-android-libraries
android libraries ncine ndk
Last synced: 2 months ago
JSON representation
CMake scripts to build nCine dependency libraries for Android
- Host: GitHub
- URL: https://github.com/ncine/ncine-android-libraries
- Owner: nCine
- License: mit
- Created: 2019-05-28T12:57:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T21:21:55.000Z (3 months ago)
- Last Synced: 2025-03-27T05:34:47.381Z (3 months ago)
- Topics: android, libraries, ncine, ndk
- Language: CMake
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/nCine/nCine-android-libraries/actions?workflow=Android)
# nCine-android-libraries
CMake scripts to build nCine dependency libraries for Android## Information
This repository contains the scripts to easily cross-compile the libraries needed by the nCine when building the Android version.### Supported architectures
- armeabi-v7a
- arm64-v8a
- x86_64### Libraries
- libogg
- libvorbis
- libpng
- libwebp
- OpenAL-soft
- Lua## Build
Create an Android standalone toolchain for at least one of the supported architectures using the script from the NDK, then:```
cmake -HnCine-android-libraries -BnCine-android-libraries-build -DTOOLCHAIN_ROOT=[parent path to toolchain(s)] -DARCH=[supported architecture]
```