Add Developer Instructions section, like the OpenSRF README, per tsbere's suggestion
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 29 Jul 2010 16:23:21 +0000 (16:23 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 29 Jul 2010 16:23:21 +0000 (16:23 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17053 dcc99617-32d9-48b4-a31d-7c20da2025e4

README

diff --git a/README b/README
index e3b4f32..201ffbb 100644 (file)
--- a/README
+++ b/README
@@ -28,7 +28,11 @@ Configuration and compilation instructions:
 ==========================================
 
 For the time being, we are still installing everything in the /openils/
-directory. Issue the following commands to configure and build Evergreen:
+directory. If you are working with a version of Evergreen taken directly
+from the Subversion repository, rather than a packaged version of Evergreen,
+first see "Developer instructions" below.
+
+Otherwise, issue the following commands to configure and build Evergreen:
 
 ./configure --prefix=/openils --sysconfdir=/openils/conf
 make
@@ -153,6 +157,23 @@ your /openils/conf/opensrf.xml configuration file to point to that database.
 It also creates the configuration files required by the Evergreen cgi-bin
 administration scripts.
 
+Developer instructions:
+======================
+
+Developers working directly with the source code from the Subversion
+repository will also need to install some extra packages and perform
+one more step before they can proceed with the "./configure" step.
+
+Install the following packages:
+  * autoconf
+  * automake
+  * libtool
+
+Run the following command in the source directory to generate the configure
+script and Makefiles:
+
+$ ./autogen.sh 
+
 Getting help:
 ============