Changes between Version 145 and Version 146 of AndroidPort


Ignore:
Timestamp:
Jan 23, 2012, 1:53:15 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v145 v146  
    1313 1. Rock.
    1414
    15 The port is very much a work-in-progress. If you are technically inclined and want to help out, follow the steps under the [http://trac.wildfiregames.com/wiki/AndroidPort#Implementation Implementation] section below, read the error output generated by `ndk-build`, and suggest solutions here or [http://www.wildfiregames.com/forum/index.php?showtopic=15436&view=getnewpost&hl=&fromsearch=1 on the forum].
     15The port is very much a work-in-progress. If you are technically inclined and want to help out, follow the steps under the [http://trac.wildfiregames.com/wiki/AndroidPort#Implementation Implementation] section below, read the error output generated by the compiler, and suggest solutions here or [http://www.wildfiregames.com/forum/index.php?showtopic=15436&view=getnewpost&hl=&fromsearch=1 on the forum].
    1616
    1717== Target devices ==
     
    102102Android-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:
    103103
    104  * ''GCC'' - The Android NDK provides its own `ndk-build` tool for compiling.
     104 * ''GCC'' - The Android NDK provides its own toolchain for compiling.
    105105 * ''Subversion'' - Assuming this is just for obtaining the source, this can be done on a PC workstation.
    106106 * ''SDL'' - Is already [http://www.libsdl.org/tmp/SDL/README.android ported to Android].