Changes between Version 178 and Version 179 of AndroidPort


Ignore:
Timestamp:
2012-01-28 18:30:02 (16 months ago)
Author:
afeder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v178 v179  
    361361The native library (i.e. the actual game) is built using the standard Premake build system as follows. 
    362362 
    363 Download the game from SVN to any location, as normal. 
    364  
    365 {{{ 
    366 $ svn co http://svn.wildfiregames.com/public/ps/trunk/ ~/android/0ad/jni/src 
     363Download the game from SVN to any location, e.g.: 
     364 
     365{{{ 
     366$ svn co http://svn.wildfiregames.com/public/ps/trunk/ ~/android/0ad-game 
    367367}}} 
    368368Build the game as normal, but with: 
    369369 
    370370{{{ 
    371 $ cd ~/android/0ad/jni/src/build/workspaces 
     371$ cd ~/android/0ad-game/build/workspaces 
    372372$ ./update-workspaces.sh --gles --android --without-fam --without-audio --disable-atlas 
    373373$ TOOLCHAIN=$HOME/android/toolchain