Changes between Version 4 and Version 5 of Getting-Started/Autoconf


Ignore:
Timestamp:
Apr 28, 2009 8:40:41 PM (15 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Autoconf

    v4 v5  
    33[[PageOutline(2-3,,inline)]] 
    44 
    5 3.1 Supported Targets 
     5== Supported Targets == 
    66 
    77The new, autoconf based GNU build system can be used to build the libraries/applications for the following targets: 
     
    1515 
    1616  
    17 3.2 Requirements 
     17== Requirements == 
    1818 
    1919In order to use PJ's GNU build system, these typical GNU tools are needed: 
     
    3838 
    3939  
    40 3.3 Running configure 
     40== Running configure == 
     41 
    4142Using Default Settings 
    4243 
     
    8990 
    9091  
    91 3.4 Cross Compilation 
     92== Cross Compilation == 
    9293 
    9394Cross compilation should be supported, using the usual autoconf syntax: 
     
    102103 
    103104  
    104 3.5 Running make 
     105== Running make == 
    105106 
    106107Once the configure script completes successfully, start the build process by invoking these commands: 
     
    134135 
    135136  
    136 3.6 Build Customizations 
     137== Build Customizations == 
    137138 
    138139Build features can be customized by specifying the options when running ./configure as described in Running Configure above.