Changes between Version 200 and Version 201 of AndroidPort


Ignore:
Timestamp:
Feb 2, 2012, 8:46:29 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v200 v201  
    189189$ sudo apt-get install ia32-libs
    190190}}}
    191 === Installing replacement libraries ===
     191=== Installing dependencies ===
    192192The game has a range of external dependencies. Each of these has to be compiled for the target device's processor architecture and installed in the compiler toolchain's SYSROOT, so we can link against them when building the game itself.
    193193
     
    373373The native library (i.e. the actual game) is built using the standard Premake build system as follows.
    374374
    375 ''(Note: You currently need to reset your environment if it is still set up for cross-compiling from the previous section. Close any open terminal windows and open a new one.) '''''''''
     375''(Note: You currently need to reset your environment if it is still set up for cross-compiling from the previous section. Close any open terminal windows and open a new one.) '''
    376376
    377377Download the game from SVN to any location, e.g.: