15 lines
742 B
Plaintext
15 lines
742 B
Plaintext
Quick compilation guide:
|
|
Download my GIT repo from https://github.com/pelya/commandergenius,
|
|
then install Android SDK from http://developer.android.com,
|
|
NDK r8d from http://crystax.net/ and "ant" tool, then launch commands
|
|
android update project -p project
|
|
rm project/jni/application/src
|
|
ln -s vcmi project/jni/application/src
|
|
echo > project/jni/application/vcmi/libvcmi.so
|
|
then download VCMI revision 2387 into the dir project/jni/application/vcmi/vcmi
|
|
(or create a symlink to it if you already have downloaded it), then apply patch vcmi-android.diff,
|
|
then launch build.sh.
|
|
|
|
To run it you should have complete installation of Heroes 3: Wake of Gods on your SD card on your device,
|
|
in the directory Android/data/eu.vcmi/files
|