Changes between Version 13 and Version 14 of BuildSystem
- Timestamp:
- Jul 3, 2008, 3:10:15 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v13 v14 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 (alternatively, include -g in CFLAGS )||69 ||'''--enable-debug'''||enable tracing and debugging flags for all components (alternatively, include -g in CFLAGS and CXXFLAGS)|| 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.||