# HG changeset patch # User Wuzzy # Date 1448393303 0 # Node ID eb7ce88e589ddaa444ff6c4220a73f5f9cd51315 # Parent a996520afd170f2d441a47b2bd3672aae594592e Syntax fix diff -r a996520afd17 -r eb7ce88e589d BuildingForAndroid.wiki --- a/BuildingForAndroid.wiki Tue Nov 24 19:26:33 2015 +0000 +++ b/BuildingForAndroid.wiki Tue Nov 24 19:28:23 2015 +0000 @@ -9,15 +9,15 @@ We need to download these packages: -* [http://hg.hedgewars.org/hedgewars/ Hedgewars Source]
-* [http://developer.android.com/sdk/index.html Android SDK] (Latest version will do)
-* [http://developer.android.com/sdk/ndk/index.html Android NDK] (current version is r5b but anything up will probably work)
-* ~~[http://freepascal.org/down/source/sources.var FreePascal] (Latest (stable) version will do)~~
-* [http://sourceforge.net/projects/p-tools/ p-tools] (Fixed freepascal compiler, read below which to download)
-* [http://ant.apache.org/ Ant] (Linux distro should just use their package manager to get it, version isn't really important)
-* Java compiler, make sure you get JDK (not JRE) version 6 and up -* [http://www.cmake.org/ Cmake] -* You will also need qt4 although this is not strictly required for the android build it is needed for the desktop frontend + * [http://hg.hedgewars.org/hedgewars/ Hedgewars Source]
+ * [http://developer.android.com/sdk/index.html Android SDK] (Latest version will do)
+ * [http://developer.android.com/sdk/ndk/index.html Android NDK] (current version is r5b but anything up will probably work)
+ * ~~[http://freepascal.org/down/source/sources.var FreePascal] (Latest (stable) version will do)~~
+ * [http://sourceforge.net/projects/p-tools/ p-tools] (Fixed freepascal compiler, read below which to download)
+ * [http://ant.apache.org/ Ant] (Linux distro should just use their package manager to get it, version isn't really important)
+ * Java compiler, make sure you get JDK (not JRE) version 6 and up + * [http://www.cmake.org/ Cmake] + * You will also need qt4 although this is not strictly required for the android build it is needed for the desktop frontend ==Hedgewars Source== @@ -132,6 +132,6 @@ On the device/emulator you can start the application up :) - +== TODO == -TODO verify that it works on OS X, is the depencency list complete now? \ No newline at end of file + * Verify that it works on OS X, is the depencency list complete now? \ No newline at end of file