Changes between Version 204 and Version 205 of AndroidPort


Ignore:
Timestamp:
Feb 6, 2012, 4:13:39 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v204 v205  
    343343$ make install
    344344}}}
    345 ==== Bundled libraries ====
    346 The game comes bundled with a number of libraries. Eventually, we can fix the Premake build system to cross-compile these for Android, but for now we will build them manually.
    347 
    348 ''Note: There is currently ''[http://public.kitware.com/Bug/view.php?id=11333 a bug]'' in CMake that is causing the NVTT build to fail. Waiting for release of a fix.''
    349 
    350345Download the latest version of ENet 1.3 from [http://enet.bespin.org/download/ this page] to the working directory and then unpack it there, e.g.:
    351346
     
    366361$ make install
    367362}}}
    368 FCollada.
    369 
    370 ==== Spidermonkey ====
    371363Get [http://ftp.mozilla.org/pub/mozilla.org/mobile/source/android-ndk-r4c-0moz3.tar.bz2 android-ndk-r4c-0moz3].
    372364
     
    378370cd $moz/js/src && autoconf2.13
    379371}}}
    380 Then create a js directory, configure js, and build it:
     372Then create a js directory, configure js, and build it:
    381373
    382374{{{