Changes between Version 4 and Version 5 of Getting-Started/Autoconf
- Timestamp:
- Apr 28, 2009 8:40:41 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Autoconf
v4 v5 3 3 [[PageOutline(2-3,,inline)]] 4 4 5 3.1 Supported Targets 5 == Supported Targets == 6 6 7 7 The new, autoconf based GNU build system can be used to build the libraries/applications for the following targets: … … 15 15 16 16 17 3.2 Requirements 17 == Requirements == 18 18 19 19 In order to use PJ's GNU build system, these typical GNU tools are needed: … … 38 38 39 39 40 3.3 Running configure 40 == Running configure == 41 41 42 Using Default Settings 42 43 … … 89 90 90 91 91 3.4 Cross Compilation 92 == Cross Compilation == 92 93 93 94 Cross compilation should be supported, using the usual autoconf syntax: … … 102 103 103 104 104 3.5 Running make 105 == Running make == 105 106 106 107 Once the configure script completes successfully, start the build process by invoking these commands: … … 134 135 135 136 136 3.6 Build Customizations 137 == Build Customizations == 137 138 138 139 Build features can be customized by specifying the options when running ./configure as described in Running Configure above.