Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 95225d48 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- Added how to introduce owl-api in the directory

parent ccb2c58c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment