зеркало из https://github.com/mozilla/gecko-dev.git
Fixing Grendel documentation errors (thanks mcsmurf!!)
This commit is contained in:
Родитель
c41f201be1
Коммит
794cb50859
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче