Changes between Version 1 and Version 2 of BuildSystem


Ignore:
Timestamp:
May 3, 2007, 12:19:50 PM (17 years ago)
Author:
KSMarksPsych
Comment:

Cleaning up

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystem

    v1 v2  
    7070}}}
    7171
    72 ||'''--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.||
     72||'''--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.||
    7373
    7474{{{
     
    8181||'''--enable-debug'''||enable tracing and debugging flags for all components||
    8282||'''--disable-server'''||disable building the server component||
    83 ||'''--disable-client'''||disable building the client component Default: --enable-server --enable-client: builds both server and client.[[BR]]If configure can't find WxWidgets it will build the core client but not the Manager. If you want to build only the core client, run configure with --with-wxdir=junk.||
     83||'''--disable-client'''||disable building the client component Default: --enable-server --enable-client: builds both server and client.[[BR]]If configure can't find !WxWidgets it will build the core client but not the Manager. If you want to build only the core client, run configure with --with-wxdir=junk.||
    8484||'''--enable-maintainer-mode'''||enable make rules and dependencies not useful (and sometimes confusing) to the casual installer||
    8585||'''--enable-shared[=PKGS]'''||build shared libraries [default=yes]||