Changes between Version 94 and Version 95 of AndroidPort


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v94 v95  
    206206Download the following libraries to the working directory and then unpack them there:
    207207
    208  * [http://www.boost.org/users/download/#live Boost] (latest version)
    209  * [https://developer.mozilla.org/en/SpiderMonkey/1.8.5 SpiderMonkey] (1.8.5)
    210 
    211 Move the source code directory of each library into a new directory called `jni/lib` under the project directory, e.g.:{{{
    212 $ cd ~/android
     208 * [http://www.boost.org/users/download/#live Boost] (latest version)
     209 * [https://developer.mozilla.org/en/SpiderMonkey/1.8.5 SpiderMonkey] (1.8.5)
     210
     211Move the source code directory of each library into a new directory called `jni/lib` under the project directory, e.g.:
     212
     213{{{
     214$ cd ~/android
    213215$ mkdir 0ad/jni/lib
    214 $ mv boost/boost ~/android/0ad/jni/lib/boost
    215 $ mv js-1.8.5/js/src ~/android/0ad/jni/lib/js
     216$ mv boost/boost ~/android/0ad/jni/lib/boost
     217$ mv js-1.8.5/js/src ~/android/0ad/jni/lib/js
    216218}}}
    217219