Files
samskivert/projects/atlanti/lib/README
T
mdb d131cd36bb Le metric crapload of changes to bring things up to date with the latest
Narya libraries and to finish the name change from Venison to
Atlantissonne.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@969 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2002-12-12 05:51:55 +00:00

36 lines
1.1 KiB
Plaintext

Required external libraries
---------------------------
The Atlantissonne 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}).
* Apache Commons Util library (from the sanbox)
http://jakarta.apache.org/commons/index.html
* The samskivert package:
http://www.waywardgeeks.org/code/samskivert/
* A MySQL driver:
http://mmmysql.sourceforge.net/
* 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
* The Narya game development libraries
http://www.threerings.net/code/narya/
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.2 2002/12/12 05:51:53 mdb Exp $