From 08b20fb2ca3e51ea89e39c68e95a01806bc9eff6 Mon Sep 17 00:00:00 2001 From: mdb Date: Sun, 13 Mar 2005 21:01:56 +0000 Subject: [PATCH] Added a README on the library dependencies. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1616 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/robodj/lib/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 projects/robodj/lib/README diff --git a/projects/robodj/lib/README b/projects/robodj/lib/README new file mode 100644 index 00000000..ec250c8e --- /dev/null +++ b/projects/robodj/lib/README @@ -0,0 +1,13 @@ +Various third party libraries are needed by RoboDJ. + +- Jakarta Commons Collections (org.apache.commons.*) + http://jakarta.apache.org/commons + +- Narya (com.threerings.narya.*) + http://www.threerings.net/code/narya/ + +- samskivert (com.samskivert.*) + http://www.samskivert.com/code/samskivert/ + +- The MySQL JDBC driver (though others might work as well) + http://dev.mysql.com/downloads/connector/j/3.1.html