Changes between Version 17 and Version 18 of Getting-Started/BB10


Ignore:
Timestamp:
Apr 16, 2013 5:48:25 AM (11 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/BB10

    v17 v18  
    4040 }}} 
    4141 See Build Customiation section in [wiki:Getting-Started/Autoconf#BuildCustomizations Building with GNU] page or run '''{{{./configure --help}}}''' for more customization info. 
     42 1. Or for simulator target, run '''{{{configure-bb10}}}''' with {{{--simulator}}} option"  
     43 {{{ 
     44$ CFLAGS="-O -g" ./configure-bb10 --disable-speex-aec --simulator 
     45 }}} 
    4246 1. We suggest to fill in your '''{{{config_site.h}}}''' ({{{pjlib/include/pj/config-site.h}}} file) with the following: 
    4347 {{{ 
     
    200204 
    201205 
    202 [[BR]] 
    203  
    204 == Targeting Simulator == #simulator 
    205  
    206 Install and configure the BB10 simulator, you will need to install a virtual machine player in order to use the simulator. To build for BB10 simulator, just run {{{configure-bb10}}} script with {{{--simulator}}} option: 
    207  {{{ 
    208 $ ./configure-bb10 --simulator 
    209  }}} 
    210  
    211206 
    212207[[BR]]