-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsetup_android_on_linux.sh
More file actions
executable file
·27 lines (24 loc) · 892 Bytes
/
Copy pathsetup_android_on_linux.sh
File metadata and controls
executable file
·27 lines (24 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash
mkdir android-project/app/src/main/assets
cp freesprite/*.ttf android-project/app/src/main/assets/
cp freesprite/assets/* android-project/app/src/main/assets/
cd android-project/app/jni
git clone --recursive https://github.com/libsdl-org/SDL.git
cd SDL
git checkout release-3.4.8
cd ..
git clone --recursive https://github.com/libsdl-org/SDL_image.git
cd SDL_image
git checkout release-3.4.4
cd ..
git clone --recursive https://github.com/libsdl-org/SDL_ttf.git
#git clone --recursive https://github.com/libsdl-org/SDL_net.git
git clone --recursive https://github.com/counter185/SDL_net-android21.git SDL_net
git clone --recursive https://github.com/madler/zlib.git
git clone --recursive https://github.com/AOMediaCodec/libavif.git
cd zlib
git checkout v1.3.1.2
cd ..
git clone --recursive https://github.com/EasyRPG/liblcf.git
cd src
ln -s "../../../../freesprite" voidsprite