HedgeroidGuide.wiki
changeset 200 f56abd8cfc50
parent 199 2db424bc559b
child 201 cac9c3805597
equal deleted inserted replaced
199:2db424bc559b 200:f56abd8cfc50
    18 ==Hedgewars Source==
    18 ==Hedgewars Source==
    19 
    19 
    20 Using mercurial you can pull the hedgeroid branch using
    20 Using mercurial you can pull the hedgeroid branch using
    21 {{{
    21 {{{
    22 hg clone https://hedgewars.googlecode.com/hg/ hedgewars
    22 hg clone https://hedgewars.googlecode.com/hg/ hedgewars
    23 hg up hedgeroid
       
    24 }}}
    23 }}}
    25 
    24 
    26 ==Android SDK==
    25 ==Android SDK==
    27 
    26 
    28 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.1 / 2.2. 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.
    27 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.1 / 2.2. 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.