Changes between Version 6 and Version 7 of BuildSystem


Ignore:
Timestamp:
Aug 19, 2007, 6:48:32 PM (17 years ago)
Author:
Nicolas
Comment:

Replaced HTML header tags with wiki markup. Changed "uninstalled version of wxWindows" with "installed version..."

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystem

    v6 v7  
    5353Defaults for the options are specified in brackets.
    5454
    55 {{{
    56 #!html
    57 <h2 style="text-align: center;">Configuration</h2>
    58 }}}
     55=== Configuration ===
    5956
    6057||'''-h, --help'''||display configuration options and exit||
    6158||'''--host=HOST'''||Use HOST to identify platforms in executable names. For Linux/x86 builds, use --build=i686-pc-linux-gnu||
    6259
    63 {{{
    64 #!html
    65 <h2 style="text-align: center;">Installation directories</h2>
    66 }}}
     60===Installation directories ===
    6761
    6862||'''--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.||
    6963
    70 {{{
    71 #!html
    72 <h2 style="text-align: center;">Optional Features</h2>
    73 }}}
     64=== Optional Features ===
    7465
    7566||'''--disable-FEATURE'''||do not include FEATURE (same as --enable-FEATURE=no)||
     
    8475||'''--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)||
    8576
    86 {{{
    87 #!html
    88 <h2 style="text-align: center;">Optional Packages</h2>
    89 }}}
     77=== Optional Packages ===
    9078
    9179||'''--with-PACKAGE[=ARG]'''||use PACKAGE [ARG=yes]||
     
    9381||'''--with-x'''||use the X Window System||
    9482||'''--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||
    9684||'''--with-wx-config=CONFIG'''||wx-config script to use (optional)||
    9785
    98 {{{
    99 #!html
    100 <h2 style="text-align: center;">Environment variables</h2>
    101 }}}
     86=== Environment variables ===
    10287
    10388||'''CC'''||C compiler command||