From 95225d483398dce521ed51fe7b759a66e1676031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Fri, 23 Jan 2004 12:31:26 +0000 Subject: [PATCH] - Added how to introduce owl-api in the directory --- html/align.html | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/html/align.html b/html/align.html index 4d8a46f0..f795693e 100644 --- a/html/align.html +++ b/html/align.html @@ -49,14 +49,14 @@ If you are not familiar with CVS, its is time to document yourself. </p> -<h1>Distribution</h1> +<h1>Installation</h1> -<p>It comes in a zip file: <a href="align.zip">align.zip</a>.</p> +<p>"Installing" is really straightforward.</p> <h2>Files</h2> -<p>Everything is built on top of the OWL-API binary distribution - (which does not need to be recompiled). -It is made of: + +<p>Whatever your mode of getting ontolign you will get an ontoalign + directory containing the following subdirectories: <ul compact="1"> <li>src: source classes;</li> <li>rdf: some examples to be tested;</li> @@ -88,6 +88,21 @@ It is made of: not included in the CVS repositories). It is also very usefull to have <a ref="http://ant.apache.org">Ant</a>.</p> +<h1>Assembling</h1> + +<p>A good way of setting your environment (from the CVS archive) for + developing is to unzip the OWL-API binary distribution and put the + files in the ontoalign directories: +<pre> +$ unzip owlapi-bin-03-10-15.zip +$ mv owl/lib/* lib +$ ant jar +$ mv owl/javadoc/* javadoc +$ ant javadoc +$ rm -rf owl +</pre> +</p> + <h1>Compilation and use</h1> <p>Generating the lib/procalign.jar file can be done by launching: -- GitLab