Changes between Version 77 and Version 78 of AndroidPort


Ignore:
Timestamp:
Jan 7, 2012, 9:56:02 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v77 v78  
    153153$ mv SDL-1.3.0-6172/android-project/ ~/android/0ad
    154154}}}
    155 This is your ''project directory''. Now move the SDL directory itself into the `jni/` directory under the project directory, e.g.:
     155This is your ''project directory''. Now move the SDL directory itself into the `jni` directory under the project directory, e.g.:
    156156
    157157{{{
    158158$ mv SDL-1.3.0-6172/ ~/android/0ad/jni
    159159}}}
     160Now download the game source code into the `jni/src` directory under the project directory, e.g.: 
     161
     162{{{
     163$ svn co http://svn.wildfiregames.com/public/ps/trunk/ ~/android/0ad/jni/src
     164}}}