From bd0e2aa40a71e7afb09d4eef52df75e47c7ad2e5 Mon Sep 17 00:00:00 2001
From: dbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 17 Aug 2010 22:30:43 +0000
Subject: [PATCH] Tell developers that they need to install Dojo

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17235 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 README | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README b/README
index d83fb359a5..cccb45ae5e 100644
--- 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:
 ============
-- 
2.11.0