Changes between Version 13 and Version 14 of BuildSystem


Ignore:
Timestamp:
Jul 3, 2008, 3:10:15 PM (16 years ago)
Author:
Nicolas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildSystem

    v13 v14  
    6767||'''--disable-FEATURE'''||do not include FEATURE (same as --enable-FEATURE=no)||
    6868||'''--enable-FEATURE[=ARG]'''||include FEATURE [ARG=yes]||
    69 ||'''--enable-debug'''||enable tracing and debugging flags for all components (alternatively, include -g in CFLAGS)||
     69||'''--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||
    7171||'''--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.||