Changes between Version 95 and Version 96 of AndroidPort


Ignore:
Timestamp:
Jan 10, 2012, 6:14:47 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v95 v96  
    214214$ cd ~/android
    215215$ mkdir 0ad/jni/lib
    216 $ mv boost/boost ~/android/0ad/jni/lib/boost
     216$ mv boost_1_48_0/boost ~/android/0ad/jni/lib/boost
    217217$ mv js-1.8.5/js/src ~/android/0ad/jni/lib/js
    218218}}}
    219 
    220 
    221219== Building the application ==
    222220The native library (i.e. the actual game) is built by running the `ndk-build` command in the project directory, e.g.: