@@ -18,10 +18,10 @@ Building requirements:
1818
1919Step-by-step instructions:
2020
21- tar xf easyrpg-player-0.8.1.tar.xz # unpack the tarball
22- cd easyrpg-player-0.8.1 # enter in the package directory
23- ./configure # find libraries, set options
24- make # compile the executable
21+ tar xf easyrpg-player-0.8.1.1. tar.xz # unpack the tarball
22+ cd easyrpg-player-0.8.1.1 # enter in the package directory
23+ ./configure # find libraries, set options
24+ make # compile the executable
2525
2626Additional building requirements when using the source tree (git):
2727
@@ -43,8 +43,8 @@ Building requirements:
4343
4444Step-by-step instructions:
4545
46- tar xf easyrpg-player-0.8.1.tar.xz # unpack the tarball
47- cd easyrpg-player-0.8.1 # enter in the package directory
46+ tar xf easyrpg-player-0.8.1.1. tar.xz # unpack the tarball
47+ cd easyrpg-player-0.8.1.1 # enter in the package directory
4848 cmake . -DCMAKE_BUILD_TYPE=Release # configure project
4949 cmake --build . # compile the executable
5050 sudo cmake --build . --target install # install system-wide
@@ -78,8 +78,8 @@ Building requirements:
7878
7979Step-by-step instructions:
8080
81- tar xf easyrpg-player-0.8.1.tar.xz # unpack the tarball
82- cd easyrpg-player-0.8.1/builds/android # enter in the android directory
81+ tar xf easyrpg-player-0.8.1.1. tar.xz # unpack the tarball
82+ cd easyrpg-player-0.8.1.1 /builds/android # enter in the android directory
8383 ./gradlew -PtoolchainDirs="DIR1;DIR2" assembleRelease # create the APK
8484
8585Replace `` DIR1 `` etc. with the path to the player dependencies. You can use
0 commit comments