HedgeroidGuide.wiki
changeset 592 2a5ecd20bf16
parent 298 9eb97ce0fec8
child 798 30c5f1ebd552
equal deleted inserted replaced
591:5274fd9df321 592:2a5ecd20bf16
    12 
    12 
    13 ==Download==
    13 ==Download==
    14 
    14 
    15 We need to download these packages:
    15 We need to download these packages:
    16 
    16 
    17 * [http://code.google.com/p/hedgewars/ Hedgewars Source]<br>
    17 * [http://hg.hedgewars.org/hedgewars/ Hedgewars Source]<br>
    18 * [http://developer.android.com/sdk/index.html Android SDK] (Latest version will do)<br>
    18 * [http://developer.android.com/sdk/index.html Android SDK] (Latest version will do)<br>
    19 * [http://developer.android.com/sdk/ndk/index.html Android NDK] (current version is r5b but anything up will probably work)<br>
    19 * [http://developer.android.com/sdk/ndk/index.html Android NDK] (current version is r5b but anything up will probably work)<br>
    20 * ~~[http://freepascal.org/down/source/sources.var FreePascal] (Latest (stable) version will do)~~<br>
    20 * ~~[http://freepascal.org/down/source/sources.var FreePascal] (Latest (stable) version will do)~~<br>
    21 * [http://sourceforge.net/projects/p-tools/ p-tools] (Fixed freepascal compiler, read below which to download)<br>
    21 * [http://sourceforge.net/projects/p-tools/ p-tools] (Fixed freepascal compiler, read below which to download)<br>
    22 * [http://ant.apache.org/ Ant] (Linux distro should just use their package manager to get it, version isn't really important)<br>
    22 * [http://ant.apache.org/ Ant] (Linux distro should just use their package manager to get it, version isn't really important)<br>
    26 
    26 
    27 ==Hedgewars Source==
    27 ==Hedgewars Source==
    28 
    28 
    29 Using mercurial you can pull the hedgeroid branch using
    29 Using mercurial you can pull the hedgeroid branch using
    30 {{{
    30 {{{
    31 hg clone https://hedgewars.googlecode.com/hg/ hedgewars
    31 hg clone http://hg.hedgewars.org/hedgewars/ hedgewars
    32 }}}
    32 }}}
    33 
    33 
    34 ==Android SDK==
    34 ==Android SDK==
    35 
    35 
    36 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.
    36 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.