Update android build instruction with new dependencies download location

This commit is contained in:
Benau 2021-05-04 10:40:50 +08:00
parent 75f14740ad
commit ab7ad6058f

View File

@ -38,10 +38,29 @@ Additionally some dependencies for optimize_data script:
advancecomp, libjpeg-progs, optipng advancecomp, libjpeg-progs, optipng
Before compilation you must download the package with dependencies from: Before compilation you must download dependencies-android-src.tar.xz from:
https://github.com/supertuxkart/dependencies https://github.com/supertuxkart/dependencies/releases
and extract it to stk-code/lib. It contains sources of libraries that are used Choose the corresponding STK version you are compiling, use "preview" for git.
in STK, but are not availiable in stk-code repository (curl, freetype, openal). It contains sources of libraries that are used in STK, but are not available
in stk-code repository (curl, freetype, openal...).
These libraries are compiled and then statically linked with STK by the Android
build script.
You need to extract that packed file to stk-code/lib directory, so that the
directory will have following structure:
> stk-code
> build
> data
> lib
> angelscript
> bullet
> curl
> enet
> freetype
> ...
> src
> ...
You need also Android SDK for android-19 platform (the API for Android 4.4) and You need also Android SDK for android-19 platform (the API for Android 4.4) and
Android NDK. Version r20 is recommended, because it's known that it works Android NDK. Version r20 is recommended, because it's known that it works