Changes between Version 14 and Version 15 of BuildSystem


Ignore:
Timestamp:
Sep 25, 2009, 12:35:13 PM (15 years ago)
Author:
Christian Beer
Comment:

updated options for new feature manager

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystem

    v14 v15  
    2222
    2323{{{
    24 ./configure --disable-client
     24./configure --disable-client --disable-manager
    2525}}}
    2626
     
    3434
    3535{{{
    36 ./configure --disable-server --disable-client
     36./configure --disable-server --disable-client --disable-manager
    3737}}}
    3838
     
    6969||'''--enable-debug'''||enable tracing and debugging flags for all components (alternatively, include -g in CFLAGS and CXXFLAGS)||
    7070||'''--disable-server'''||disable building the server component||
    71 ||'''--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.||
     71||'''--disable-manager'''||disable building the manager component (Disabled automatically if configure can't find wxWidgets)||
     72||'''--disable-client'''||disable building the client component Default: --enable-server --enable-client --enable-manager: builds server, client and manager.||
    7273||'''--enable-maintainer-mode'''||enable make rules and dependencies not useful (and sometimes confusing) to the casual installer||
    7374||'''--enable-shared[=PKGS]'''||build shared libraries [default=yes]||