[open-ils-commits] r17235 - trunk (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Aug 17 18:30:49 EDT 2010


Author: dbs
Date: 2010-08-17 18:30:43 -0400 (Tue, 17 Aug 2010)
New Revision: 17235

Modified:
   trunk/README
Log:
Tell developers that they need to install Dojo


Modified: trunk/README
===================================================================
--- trunk/README	2010-08-17 22:06:12 UTC (rev 17234)
+++ trunk/README	2010-08-17 22:30:43 UTC (rev 17235)
@@ -171,8 +171,17 @@
 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:
 ============
 



More information about the open-ils-commits mailing list