BuildingForAndroid.wiki
changeset 798 30c5f1ebd552
parent 754 d5fa7015294b
child 1999 789721f40796
equal deleted inserted replaced
797:ffa20ab0669b 798:30c5f1ebd552
     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://hg.hedgewars.org/hedgewars/ Hedgewars Source]<br>
    12  * [https://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 http://hg.hedgewars.org/hedgewars/ hedgewars
    26 hg clone https://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.