Changes between Version 6 and Version 7 of Getting-Started/Other-Platforms
- Timestamp:
- May 1, 2009 4:04:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Other-Platforms
v6 v7 1 1 = Building for Other Platforms = 2 2 [[TracNav(Getting-Started/TOC)]] 3 [[PageOutline(2-3,,inline)]] 4 ---- 3 5 4 The Autoconf systemcan be used to cross compile.6 The [wiki:Getting-Started/Autoconf Autoconf system] can be used to cross compile. 5 7 8 The old PJLIB build system can still be used for building PJ libraries, for example for RTEMS target. Please see [http://www.pjsip.org/pjlib/docs/html/porting_pjlib_pg.htm Porting PJLIB] in [http://www.pjsip.org/pjlib/docs/html/main.htm PJLIB Reference documentation] for information on how to support new target using this build system. 6 9 10 == Supported Targets == 7 11 8 The old PJLIB build system can still be used for building PJ libraries, for example for RTEMS target. Please see the Porting PJLIB page in PJLIB Reference documentation for information on how to support new target using this build system.9 Supported Targets10 12 The older build system supports building PJ libraries for the following operating systems: 11 13 … … 24 26 * etc. 25 27 26 For other targets, specific files need to be added to the build system, please see [http://www.pjsip.org/pjlib/docs/html/porting_pjlib_pg.htm Porting PJLIB] in PJLIB Reference documentationfor details.28 For other targets, specific files need to be added to the build system, please see [http://www.pjsip.org/pjlib/docs/html/porting_pjlib_pg.htm Porting PJLIB] in [http://www.pjsip.org/pjlib/docs/html/main.htm PJLIB Reference documentation] for details. 27 29 Invoking the Build System 28 30