[snow-cvs] r56 - dependencies/trunk
Alessio Stalla
astalla at common-lisp.net
Wed Feb 10 18:20:34 UTC 2010
Author: astalla
Date: Wed Feb 10 13:20:33 2010
New Revision: 56
Log:
Removed jars, updated readme
Removed:
dependencies/trunk/binding-2.0.6.jar
dependencies/trunk/commons-logging.jar
dependencies/trunk/miglayout-3.7.1.jar
Modified:
dependencies/trunk/README
Modified: dependencies/trunk/README
==============================================================================
--- dependencies/trunk/README (original)
+++ dependencies/trunk/README Wed Feb 10 13:20:33 2010
@@ -1,14 +1,19 @@
This directory is where the Snow libraries should go in order to build it.
-The Lisp libraries get included in snow.jar; the Java libraries must be
-distributed separately along with snow.jar.
+The Lisp libraries get included in snow.jar in the build process; the Java libraries must be distributed separately along with snow.jar.
-The following is a list of the libraries you should download in order to
-build Snow. You should put each library in the recommended directory in order
-to use the provided Ant build without modification.
+The following is a list of the libraries you should download in order to build Snow. You should put each Lisp library in the recommended directory to use the provided Ant build without modification. Unless otherwise noted, the version of the library is the last published one.
Library Directory Download from
Cells cells http://github.com/Ramarren/cells
+
Named-Readtables named-readtables http://common-lisp.net/project/named-readtables/
-CL-Utilities cl-utilities http://common-lisp.net/project/cl-utilities/
\ No newline at end of file
+
+CL-Utilities cl-utilities http://common-lisp.net/project/cl-utilities/
+
+Commons Logging . http://commons.apache.org/downloads/download_logging.cgi
+
+JGoodies Binding . http://www.jgoodies.com/downloads/libraries.html
+
+MiG Layout . http://www.migcalendar.com/miglayout/versions/
\ No newline at end of file
More information about the snow-cvs
mailing list