Files
narya/lib/README
T
Michael Bayne 22b602f974 Various enhancements to make life easier for someone getting started with
the library.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3100 542714f4-19e9-0310-aa3c-eee0fc999fb1
2004-08-27 02:41:39 +00:00

32 lines
972 B
Plaintext

Required external libraries
---------------------------
The Narya code requires the following external Java libraries (JAR files)
to be placed (or symlinked) here in the lib/ directory or in the shared
library directory specified in the build.xml file (java.libraries).
* The samskivert library:
http://samskivert.com/code/samskivert/
* MM MySQL driver:
http://mmmysql.sourceforge.net/
* Various Apache Commons libraries:
http://jakarta.apache.org/commons/
* The Java API for XML Processing (JAXP) 1.1 Reference Implementation:
http://java.sun.com/xml/download.html
(Only crimson.jar and jaxp.jar are required. xalan.jar may safely
be excluded.)
* Megginson Technologies' XMLWriter 0.2 library:
http://www.megginson.com/Software/xml-writer-0.2.zip
Once the jar files are in place (regardless of what they are named), the
build system will automatically include them in the compile-time
classpath.
--
$Id: README,v 1.6 2004/08/27 02:41:39 mdb Exp $