Changes between Version 13 and Version 14 of AndroidPort


Ignore:
Timestamp:
Dec 29, 2011, 11:49:48 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v13 v14  
    4545Android-compatible replacements must be found for all [http://trac.wildfiregames.com/wiki/BuildInstructions#Linux the dependencies of the PC edition]. This is what we have so far:
    4646
    47  * ''GCC'' - The Android NDK provides its own ndk-build tool for compiling.
     47 * ''GCC'' - The Android NDK provides its own `ndk-build` tool for compiling.
    4848 * ''Subversion'' - Assuming this is just for obtaining the source, this can be done on a PC workstation.
    4949 * ''SDL'' - Is already [http://www.libsdl.org/tmp/SDL/README.android ported to Android].
     
    6666 * ''Spidermonkey'' - Presumably, Spidermonkey has been ported as part of [https://wiki.mozilla.org/Mobile/Fennec/Android Fennec]. We can't use V8 (we rely on some complex API features so porting would be a huge amount of work). !SpiderMonkey isn't API-compatible or behaviour-compatible across versions, so it'd be best to use the same [https://developer.mozilla.org/en/SpiderMonkey/1.8.5 1.8.5] release as we use on PCs if possible; I think the standard releases are meant to work on ARM, so that should be okay.
    6767 * ''Enet'' - From a quick check, I see no dependencies outside of libc, so this should compile natively.
    68  * ''FCollada'' - We use a customised/bugfixed version of FCollada, so a port of the standard version of FCollada probably wouldn't work. Our own version has no significant dependencies other than libxml2.
     68 * ''FCollada'' - We use a customised/bugfixed version of FCollada, so a port of the standard version of FCollada probably wouldn't work. Our own version has no significant dependencies other than libxml2.