Changes between Version 6 and Version 7 of BuildSystem
- Timestamp:
- Aug 19, 2007, 6:48:32 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v6 v7 53 53 Defaults for the options are specified in brackets. 54 54 55 {{{ 56 #!html 57 <h2 style="text-align: center;">Configuration</h2> 58 }}} 55 === Configuration === 59 56 60 57 ||'''-h, --help'''||display configuration options and exit|| 61 58 ||'''--host=HOST'''||Use HOST to identify platforms in executable names. For Linux/x86 builds, use --build=i686-pc-linux-gnu|| 62 59 63 {{{ 64 #!html 65 <h2 style="text-align: center;">Installation directories</h2> 66 }}} 60 ===Installation directories === 67 61 68 62 ||'''--prefix=PREFIX'''||install architecture-independent files in PREFIX [`/usr/local`] By default, `make install` will install all the files in `/usr/local/bin`, `/usr/local/lib` etc. You can specify an installation prefix other than `/usr/local` using `--prefix`, for instance `--prefix=`. For better control, use the options below.|| 69 63 70 {{{ 71 #!html 72 <h2 style="text-align: center;">Optional Features</h2> 73 }}} 64 === Optional Features === 74 65 75 66 ||'''--disable-FEATURE'''||do not include FEATURE (same as --enable-FEATURE=no)|| … … 84 75 ||'''--enable-client-release'''||Try building a portable 'release-candidate' (currently implemented for Linux and Solaris only): this links libstd++ statically. You will probably need gcc-3.0 for this to produce a portable client-binary. It is therefore recommended to use CC=gcc-3.0 and CXX=g++-3.0 for this. (Default = no)|| 85 76 86 {{{ 87 #!html 88 <h2 style="text-align: center;">Optional Packages</h2> 89 }}} 77 === Optional Packages === 90 78 91 79 ||'''--with-PACKAGE[=ARG]'''||use PACKAGE [ARG=yes]|| … … 93 81 ||'''--with-x'''||use the X Window System|| 94 82 ||'''--with-apple-opengl-framework'''||use Apple OpenGL framework (Mac OS X only)|| 95 ||'''--with-wxdir=PATH'''||Use uninstalled version of wxWindows in PATH||83 ||'''--with-wxdir=PATH'''||Use installed version of wxWindows in PATH|| 96 84 ||'''--with-wx-config=CONFIG'''||wx-config script to use (optional)|| 97 85 98 {{{ 99 #!html 100 <h2 style="text-align: center;">Environment variables</h2> 101 }}} 86 === Environment variables === 102 87 103 88 ||'''CC'''||C compiler command||