Changes between Version 1 and Version 2 of BuildSystem
- Timestamp:
- May 3, 2007, 12:19:50 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildSystem
v1 v2 70 70 }}} 71 71 72 ||'''--prefix=PREFIX'''||install architecture-independent files in PREFIX [ /usr/local] By default, `make install` will install all the files in `/usr/local/bin`, `/usr/local/lib` etc. You can specify an installation prefix other than `/usr/local` using `--prefix`, for instance `--prefix=`. For better control, use the options below.||72 ||'''--prefix=PREFIX'''||install architecture-independent files in PREFIX [`/usr/local`] By default, `make install` will install all the files in `/usr/local/bin`, `/usr/local/lib` etc. You can specify an installation prefix other than `/usr/local` using `--prefix`, for instance `--prefix=`. For better control, use the options below.|| 73 73 74 74 {{{ … … 81 81 ||'''--enable-debug'''||enable tracing and debugging flags for all components|| 82 82 ||'''--disable-server'''||disable building the server component|| 83 ||'''--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.||83 ||'''--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.|| 84 84 ||'''--enable-maintainer-mode'''||enable make rules and dependencies not useful (and sometimes confusing) to the casual installer|| 85 85 ||'''--enable-shared[=PKGS]'''||build shared libraries [default=yes]||