Changes between Version 14 and Version 15 of BuildSystem
- Timestamp:
- Sep 25, 2009, 12:35:13 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v14 v15 22 22 23 23 {{{ 24 ./configure --disable-client 24 ./configure --disable-client --disable-manager 25 25 }}} 26 26 … … 34 34 35 35 {{{ 36 ./configure --disable-server --disable-client 36 ./configure --disable-server --disable-client --disable-manager 37 37 }}} 38 38 … … 69 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 ||'''--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.|| 72 73 ||'''--enable-maintainer-mode'''||enable make rules and dependencies not useful (and sometimes confusing) to the casual installer|| 73 74 ||'''--enable-shared[=PKGS]'''||build shared libraries [default=yes]||