Changes between Version 217 and Version 218 of AndroidPort


Ignore:
Timestamp:
Feb 9, 2012, 1:58:23 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v217 v218  
    204204$ TOOLCHAIN=$HOME/android/toolchain
    205205$ SYSROOT=$TOOLCHAIN/sysroot
     206$ GAME=$HOME/android/0ad-game
    206207}}}
    207208Download the !MysticTreeGames [https://github.com/MysticTreeGames/Boost-for-Android/tarball/master port of the Boost C++ Libraries] to the working directory and unpack it there, e.g.:
     
    228229Spidermonkey is designed to build against an older version of the NDK than that of our main compiler toolchain. Download [http://ftp.mozilla.org/pub/mozilla.org/mobile/source/android-ndk-r4c-0moz3.tar.bz2 Mozilla's own toolchain] to the working directory and then unpack it there, e.g.:
    229230
     231{{{
     232$ cd ~/android
     233$ tar -xvf android-ndk-r4c-0moz3.tar.bz2
     234}}}
     235
     236
    230237Copy the Spidermonkey source directory from the game sources to the working directory, e.g.:
    231238
     
    233240$ cp $GAME/libraries/spidermonkey/js-1.8.5 ~/android/
    234241}}}
    235 
    236 
    237242Apply [https://gist.github.com/1754817 this patch] somehow.
    238243
    239 Now regenerate the `configure` script in the Spidermonkey directory:
     244Now regenerate the `configure` script in the Spidermonkey directory:
    240245
    241246{{{