BuildingForAndroid.wiki
changeset 592 2a5ecd20bf16
parent 297 7bfe4334f7dd
child 679 eb7ce88e589d
equal deleted inserted replaced
591:5274fd9df321 592:2a5ecd20bf16
     7 
     7 
     8 ==Download==
     8 ==Download==
     9 
     9 
    10 We need to download these packages:
    10 We need to download these packages:
    11 
    11 
    12 * [http://code.google.com/p/hedgewars/ Hedgewars Source]<br>
    12 * [http://hg.hedgewars.org/hedgewars/ Hedgewars Source]<br>
    13 * [http://developer.android.com/sdk/index.html Android SDK] (Latest version will do)<br>
    13 * [http://developer.android.com/sdk/index.html Android SDK] (Latest version will do)<br>
    14 * [http://developer.android.com/sdk/ndk/index.html Android NDK] (current version is r5b but anything up will probably work)<br>
    14 * [http://developer.android.com/sdk/ndk/index.html Android NDK] (current version is r5b but anything up will probably work)<br>
    15 * ~~[http://freepascal.org/down/source/sources.var FreePascal] (Latest (stable) version will do)~~<br>
    15 * ~~[http://freepascal.org/down/source/sources.var FreePascal] (Latest (stable) version will do)~~<br>
    16 * [http://sourceforge.net/projects/p-tools/ p-tools] (Fixed freepascal compiler, read below which to download)<br>
    16 * [http://sourceforge.net/projects/p-tools/ p-tools] (Fixed freepascal compiler, read below which to download)<br>
    17 * [http://ant.apache.org/ Ant] (Linux distro should just use their package manager to get it, version isn't really important)<br>
    17 * [http://ant.apache.org/ Ant] (Linux distro should just use their package manager to get it, version isn't really important)<br>
    21 
    21 
    22 ==Hedgewars Source==
    22 ==Hedgewars Source==
    23 
    23 
    24 Using mercurial you can pull the hedgeroid branch using
    24 Using mercurial you can pull the hedgeroid branch using
    25 {{{
    25 {{{
    26 hg clone https://hedgewars.googlecode.com/hg/ hedgewars
    26 hg clone http://hg.hedgewars.org/hedgewars/ hedgewars
    27 }}}
    27 }}}
    28 
    28 
    29 ==Android SDK==
    29 ==Android SDK==
    30 
    30 
    31 Download the latest version using the link above. And unzip it at a place you can remember, I’ll refer to the location with `<`SDK`>`. Once you’ve unzipped/extracted the tar navigate to `<`SDK`>`/tools and execute ‘android’. This should bring up a GUI select ‘Available packages’, then ‘Android Repository’ and check atleast SDK Platform Android 1.6 / 2.2 / 4.0. I would recommend checking all of them, but it’s up to you. Next select ‘Install Selected’ press ‘Next’ a couple of times and you should have the SDK installed.
    31 Download the latest version using the link above. And unzip it at a place you can remember, I’ll refer to the location with `<`SDK`>`. Once you’ve unzipped/extracted the tar navigate to `<`SDK`>`/tools and execute ‘android’. This should bring up a GUI select ‘Available packages’, then ‘Android Repository’ and check atleast SDK Platform Android 1.6 / 2.2 / 4.0. I would recommend checking all of them, but it’s up to you. Next select ‘Install Selected’ press ‘Next’ a couple of times and you should have the SDK installed.