Changes between Version 149 and Version 150 of AndroidPort


Ignore:
Timestamp:
Jan 23, 2012, 5:20:50 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v149 v150  
    204204Now change directory to the directory that was unpacked, e.g.:
    205205
    206 {{
     206{{{
    207207$ cd ~/android/SDL-1.3.0-6235
    208 }}
     208}}}
    209209
    210210Then execute the following commands to compile the package for the target device:
    211211
    212 {{
     212{{{
    213213$ ./configure --host=$HOSTCONF
    214214$ make
    215215$ make install
    216 }}
     216}}}
    217217
    218218=== Building the application ===