Syntax fix
authorWuzzy
Tue, 24 Nov 2015 19:28:23 +0000
changeset 679 eb7ce88e589d
parent 678 a996520afd17
child 680 e0a3df1ac413
Syntax fix
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]<br>
-* [http://developer.android.com/sdk/index.html Android SDK] (Latest version will do)<br>
-* [http://developer.android.com/sdk/ndk/index.html Android NDK] (current version is r5b but anything up will probably work)<br>
-* ~~[http://freepascal.org/down/source/sources.var FreePascal] (Latest (stable) version will do)~~<br>
-* [http://sourceforge.net/projects/p-tools/ p-tools] (Fixed freepascal compiler, read below which to download)<br>
-* [http://ant.apache.org/ Ant] (Linux distro should just use their package manager to get it, version isn't really important)<br>
-* 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]<br>
+ * [http://developer.android.com/sdk/index.html Android SDK] (Latest version will do)<br>
+ * [http://developer.android.com/sdk/ndk/index.html Android NDK] (current version is r5b but anything up will probably work)<br>
+ * ~~[http://freepascal.org/down/source/sources.var FreePascal] (Latest (stable) version will do)~~<br>
+ * [http://sourceforge.net/projects/p-tools/ p-tools] (Fixed freepascal compiler, read below which to download)<br>
+ * [http://ant.apache.org/ Ant] (Linux distro should just use their package manager to get it, version isn't really important)<br>
+ * 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