gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire README-loom


From: Benja Fallenstein
Subject: [Gzz-commits] fenfire README-loom
Date: Sat, 22 Mar 2003 05:42:39 -0500

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Benja Fallenstein <address@hidden>      03/03/22 05:42:39

Modified files:
        .              : README-loom 

Log message:
        Update README

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/README-loom.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: fenfire/README-loom
diff -u fenfire/README-loom:1.7 fenfire/README-loom:1.8
--- fenfire/README-loom:1.7     Thu Mar 13 16:18:28 2003
+++ fenfire/README-loom Sat Mar 22 05:42:39 2003
@@ -39,17 +39,44 @@
 1.4 will work. Loom does not run on Kaffe yet.
 
 
+Getting Loom
+------------
+
+Loom is released in two ways: There is a source release,
+also containing all dependencies of Loom in precompiled
+form; and there is a precompiled version, which
+contains the compiled Loom with all dependencies merged
+into a single JAR file.
+
+You can download the current release from:
+
+    http://savannah.nongnu.org/files/?group=fenfire
+
+The individual files are:
+
+loom-0.1beta1.jar (6 MB)
+    An executable JAR file containing Loom and all dependencies.
+
+loom-0.1beta1-README.txt
+    This README, including instructions for using the JAR.
+
+loom-0.1beta1-src.tar.gz (6 MB)
+    The source code for this release, along with the dependencies
+    in binary form (you only need this and Apache Ant to compile Loom).
+
+
+
 Launching Loom
 --------------
 
-If you have downloaded and unzipped the precompiled version,
+If you have downloaded the precompiled (JAR file) version,
 you can run Loom by typing::
 
-    java -jar loom.jar
+    java -jar loom-0.1beta1.jar
 
 You can also pass an RDF file on the command line::
 
-    java -jar loom.jar data.rdf
+    java -jar loom-0.1beta1.jar data.rdf
 
 Alternatively, some systems may launch Loom automatically
 if you click on the jar.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]