Changes between Version 202 and Version 203 of AndroidPort


Ignore:
Timestamp:
Feb 6, 2012, 3:55:14 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v202 v203  
    368368FCollada.
    369369
    370 === Spidermonkey ===
    371 Get [http://ftp.mozilla.org/pub/mozilla.org/mobile/source/android-ndk-r4c-0moz3.tar.bz2 android-ndk-r4c-0moz3].
     370==== Spidermonkey ====
     371Get [http://ftp.mozilla.org/pub/mozilla.org/mobile/source/android-ndk-r4c-0moz3.tar.bz2 android-ndk-r4c-0moz3].
    372372
    373373Get js-1.8.5.
     
    380380cd $moz/js/src && autoconf2.13
    381381}}}
    382 
    383 
    384382Then create a nspr directory, configure nspr, and build it:
    385383
     
    393391make -s
    394392}}}
    395 
    396 
    397393Then do the same for JS, telling it where to find the NSPR you just built:
    398394
     
    410406make -s
    411407}}}
    412 
    413 
    414 
    415 
    416 
    417 
    418408=== Building the game ===
    419409The native library (i.e. the actual game) is built using the standard Premake build system as follows.