Fixing Grendel documentation errors (thanks mcsmurf!!)

git-svn-id: svn://10.0.0.236/trunk@173182 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rj.keller%beonex.com 2005-05-08 02:31:52 +00:00
parent a4e5a7fc62
commit 906bd4a7b7
2 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Building Grendel:
3. Type 'ant build' and go get a cup of coffee or something. Grendel takes a little while to build.
5. Binaries and application resources will now be in dist.
6. Go the the dist directory by typing 'cd dist' and then type 'java Grendel.main' and test that Grendel
6. Go the the dist directory by typing 'cd dist' and then type 'java grendel.Main' and test that Grendel
works. If everything built successfully, it should.
7. If you want to make an executable jar to package up all the application's classes (minus the
external libraries), type 'ant jar'. Once you've done that, you can type:

View File

@ -1,10 +1,13 @@
The following packages are required for Grendel. You can also download the Grendel
Library pack (http://mirrors.trfenv.com/rlk/grendel-jar-pack.zip) to get all of
these JAR files in one big package.
the dependencies except for Java 1.5 and Ant.
Java 2 (version 1.5 or newer)
* http://java.sun.com/j2se/1.5.0/
Apache Ant 1.6 or newer (older versions may work)
* http://ant.apache.org
JavaBeans Activation Framework (JAF)
* http://java.sun.com/beans/glasgow/jaf.html