Changes between Version 149 and Version 150 of AndroidPort


Ignore:
Timestamp:
2012-01-23 16:20:50 (17 months ago)
Author:
afeder
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 ===