XSDL: fixed build script, updated readme

This commit is contained in:
pelya
2020-07-07 18:55:55 +03:00
parent b7607f9618
commit e02d772173
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ composite/.libs/libcomposite.a \
os/.libs/libos.a \
-L$CURDIR/../../../libs/'"$1"' \
-lpixman-1 -lXfont2 -lXau -lxshmfence -lXdmcp -lfontenc -lfreetype -lsdl_savepng -lpng \
-llog -lsdl-1.2 -lsdl_native_helpers -lGLESv1_CM -landroid-shmem -l:libcrypto.so.sdl.1.so -lz -lm -ldl' \
-llog -lGLESv1_CM -landroid-shmem -lz -lm -ldl' \
|| exit 1
rm -rf $CURDIR/tmp-$1

View File

@@ -7,7 +7,7 @@ sudo apt-get update
sudo apt-get install bison make zip git locales pkg-config \
xfonts-utils xutils-dev libfontenc-dev libxkbfile-dev libxmuu-dev \
curl autoconf automake autopoint libtool libtool-bin \
libjpeg-dev libpng-dev \
libjpeg-dev libpng-dev libpixman-1-dev libssl-dev \
help2man texinfo intltool
Install Android NDK r21 and Android SDK with Android 10.0 framework, they must be in your $PATH.