aboutsummaryrefslogtreecommitdiff
path: root/docs/BUILD_CROSSCOMPILE.adoc
Commit message (Collapse)AuthorAge
* Fix typos across docs, comments, and CMakemochalins2025-06-02
|
* Add vcpkg installation instructionswangli282020-05-22
|
* Add vcpkg installation instructionswangli282020-05-22
|
* fixes #514 Need documentation updates for 1.0Garrett D'Amore2018-06-08
|
* fixes #477 Android NDK build configurationGarrett D'Amore2018-05-30
This enables the software to be built for Android, going back to at least Android SDK r15 (IceCreamSandwich) and at least up to SDK r27 (Oreo). Older versions of Android may work, but we have no way to build them to test. While here we have changed our CMake configuration to disable building tools or tests when we detect a cross-compile situation. Documentation for cross-compilation is updated as well.