Changes between Version 17 and Version 18 of Getting-Started/BB10
- Timestamp:
- Apr 16, 2013 5:48:25 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/BB10
v17 v18 40 40 }}} 41 41 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 }}} 42 46 1. We suggest to fill in your '''{{{config_site.h}}}''' ({{{pjlib/include/pj/config-site.h}}} file) with the following: 43 47 {{{ … … 200 204 201 205 202 [[BR]]203 204 == Targeting Simulator == #simulator205 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 --simulator209 }}}210 211 206 212 207 [[BR]]