Changes between Version 161 and Version 162 of AndroidPort


Ignore:
Timestamp:
Jan 24, 2012, 5:38:09 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v161 v162  
    154154Google publishes a [http://developer.android.com/sdk/ndk/index.html Native Development Kit] (NDK), which is a set of tools for building native applications for the Android platform. Unfortunately, the official NDK does not and will not support the `std::wstring` (wide characters) datatype, which is required by the game, so we'll have to use the unofficial [http://www.crystax.net/android/ndk.php Crystax NDK]. This is merely an extension of the official NDK, adding support for wide characters and other features maligned by Google.
    155155
    156 Currently, the port of the Boost C++ Libraries that we use require us to use the r5 version of the NDK. Download the package from [http://www.crystax.net/da/android/ndk/5 this page] to the working directory and then unpack there, e.g.:
     156Currently, the port of the Boost C++ Libraries that we use require us to use the !r5 version of the NDK. Download the package from [http://www.crystax.net/da/android/ndk/5 this page] to the working directory and then unpack there, e.g.:
    157157
    158158{{{
     
    222222}}}
    223223
    224 Download 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.:
     224Download 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.:
    225225
    226226{{{