Changes between Version 12 and Version 13 of BuildSystem
- Timestamp:
- Jul 3, 2008, 2:54:19 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v12 v13 67 67 ||'''--disable-FEATURE'''||do not include FEATURE (same as --enable-FEATURE=no)|| 68 68 ||'''--enable-FEATURE[=ARG]'''||include FEATURE [ARG=yes]|| 69 ||'''--enable-debug'''||enable tracing and debugging flags for all components ||69 ||'''--enable-debug'''||enable tracing and debugging flags for all components (alternatively, include -g in CFLAGS)|| 70 70 ||'''--disable-server'''||disable building the server component|| 71 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.||