]> git.evergreen-ils.org Git - Evergreen.git/commit
Make building & installing the core components of Evergreen optional.
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 16 Sep 2009 03:34:38 +0000 (03:34 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 16 Sep 2009 03:34:38 +0000 (03:34 +0000)
commit1a04a0eae453a2c61f1ccad7af51dcf2c1d50280
tree39d7807694f7119926bd8e618773def83d2f4c3b
parent293de6d0ef9a94010a989e31d04e6645a7329e5c
Make building & installing the core components of Evergreen optional.

For now, this will be of most interest to those interested in building only
the staff client, say, on platforms where many of the dependencies of the
other components of Evergreen are not readily available. If you disable the
core components using configure, then dependency checking for those core
components is skipped and the staff client will be build and installed to
the desired location.

For example:

./autogen.sh
./configure --prefix=/openils --disable-core --disable-apache-modules
sudo make install

... will result in the Evergreen Web files, reporter, and staff client
being built and their respective server components installed in
/openils/var/web/...

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14030 dcc99617-32d9-48b4-a31d-7c20da2025e4
Makefile.am
Open-ILS/src/Makefile.am
Open-ILS/src/apachemods/Makefile.am
Open-ILS/xul/staff_client/Makefile.am
configure.ac