You need to have CMake and the Android NDK installed.
$ git clone git@github.com:Fraunhofer-IIS/mpeghdec.git
$ mkdir -p build_android
$ cmake -S mpeghdec -B build_android -DCMAKE_TOOLCHAIN_FILE=<ndk_path>/build/cmake/android.toolchain.cmake -DANDROID_FORCE_ARM_BUILD=ON -DCMAKE_BUILD_TYPE=Release
Use a toolchain file and set the path to it correctly.$ cmake --build build_android
The build/ folder should, dependent on the set configuration, now contain:
The parameter CMAKE_TOOLCHAIN_FILE
is added in step 2 of the build instructions above and should point to a file containing a toolchain description. You can find more information on that topic here.
We do not provide any toolchain files for Android builds, as the Android NDK ships with its own cross-compilation toolchain and toolchain file. It is located in <ndk_path>/build/cmake/android.toolchain.cmake, where <ndk_path> is the install location of the Android NDK. The build configuration can be further controlled by setting the cache variables ANDROID_PLATFORM
, ANDROID_ABI
and ANDROID_STL
using the -D
option.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4