Changes between Version 6 and Version 7 of Getting-Started/Other-Platforms


Ignore:
Timestamp:
May 1, 2009 4:04:40 PM (15 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Other-Platforms

    v6 v7  
    11= Building for Other Platforms = 
    22[[TracNav(Getting-Started/TOC)]] 
     3[[PageOutline(2-3,,inline)]] 
     4---- 
    35 
    4 The Autoconf system can be used to cross compile. 
     6The [wiki:Getting-Started/Autoconf Autoconf system] can be used to cross compile. 
    57 
     8The 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. 
    69 
     10== Supported Targets == 
    711 
    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 Targets 
    1012The older build system supports building PJ libraries for the following operating systems: 
    1113 
     
    2426    * etc. 
    2527 
    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 documentation for details. 
     28For 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. 
    2729Invoking the Build System 
    2830