/[fenfire]/fenfire/README-loom
ViewVC logotype

Diff of /fenfire/README-loom

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by benja, Thu Mar 13 21:18:28 2003 UTC revision 1.8 by benja, Sat Mar 22 10:42:39 2003 UTC
# Line 39  Loom is Java-based. You will need a rece Line 39  Loom is Java-based. You will need a rece
39  1.4 will work. Loom does not run on Kaffe yet.  1.4 will work. Loom does not run on Kaffe yet.
40    
41    
42    Getting Loom
43    ------------
44    
45    Loom is released in two ways: There is a source release,
46    also containing all dependencies of Loom in precompiled
47    form; and there is a precompiled version, which
48    contains the compiled Loom with all dependencies merged
49    into a single JAR file.
50    
51    You can download the current release from:
52    
53        http://savannah.nongnu.org/files/?group=fenfire
54    
55    The individual files are:
56    
57    loom-0.1beta1.jar (6 MB)
58        An executable JAR file containing Loom and all dependencies.
59    
60    loom-0.1beta1-README.txt
61        This README, including instructions for using the JAR.
62    
63    loom-0.1beta1-src.tar.gz (6 MB)
64        The source code for this release, along with the dependencies
65        in binary form (you only need this and Apache Ant to compile Loom).
66    
67    
68    
69  Launching Loom  Launching Loom
70  --------------  --------------
71    
72  If you have downloaded and unzipped the precompiled version,  If you have downloaded the precompiled (JAR file) version,
73  you can run Loom by typing::  you can run Loom by typing::
74    
75      java -jar loom.jar      java -jar loom-0.1beta1.jar
76    
77  You can also pass an RDF file on the command line::  You can also pass an RDF file on the command line::
78    
79      java -jar loom.jar data.rdf      java -jar loom-0.1beta1.jar data.rdf
80    
81  Alternatively, some systems may launch Loom automatically  Alternatively, some systems may launch Loom automatically
82  if you click on the jar.  if you click on the jar.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26