Tell developers that they need to install Dojo
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 17 Aug 2010 22:30:43 +0000 (22:30 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 17 Aug 2010 22:30:43 +0000 (22:30 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17235 dcc99617-32d9-48b4-a31d-7c20da2025e4

README

diff --git a/README b/README
index d83fb35..cccb45a 100644 (file)
--- a/README
+++ b/README
@@ -171,7 +171,16 @@ Install the following packages:
 Run the following command in the source directory to generate the configure
 script and Makefiles:
 
-$ ./autogen.sh 
+./autogen.sh 
+
+After running 'make install', developers also need to install the Dojo Toolkit
+set of JavaScript libraries. The appropriate version of Dojo is included
+in Evergreen release tarballs; developers should install the Dojo 1.3.3
+version of Dojo as follows:
+
+wget http://download.dojotoolkit.org/release-1.3.3/dojo-release-1.3.3.tar.gz
+tar xzf dojo-release-1.3.3.tar.gz
+cp -r dojo-release-1.3.3/* /openils/var/web/js/dojo/.
 
 Getting help:
 ============