Changes between Version 101 and Version 102 of AndroidPort


Ignore:
Timestamp:
Jan 11, 2012, 3:04:37 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v101 v102  
    236236Then save the file and exit the text editor.
    237237
     238Now we must build !SpiderMonkey. Change directory to the !SpiderMonkey source code directory, e.g.:
     239
     240{{{
     241$ cd ~/android/0ad/jni/lib/js
     242}}}
     243Then execute the following commands to compile !SpiderMonkey as a static library:
     244
     245{{{
     246$ ./configure --disable-shared-js
     247$ make
     248}}}
     249
     250
     251.
     252
     253
     254
    238255== Building the application ==
    239256The native library (i.e. the actual game) is built by running the `ndk-build` command in the project directory, e.g.: