add initial readme
This commit is contained in:
parent
a1a8882d14
commit
9420f9063d
1 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
Hets Protege Plugin
|
||||||
|
===================
|
||||||
|
|
||||||
|
Installation
|
||||||
|
------------
|
||||||
|
|
||||||
|
To compile this Protege plugin a protege installation is required.
|
||||||
|
It easily can be checked out from svn and compiled using this script:
|
||||||
|
|
||||||
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
export PROTEGE_HOME=/home/josch/protege-hets/protege_home
|
||||||
|
mkdir -p $PROTEGE_HOME
|
||||||
|
|
||||||
|
svn checkout -q http://smi-protege.stanford.edu/repos/protege/protege4/protege-base/trunk protege-base
|
||||||
|
( cd protege-base; ant install; )
|
||||||
|
|
||||||
|
for i in org.protege.common org.protege.editor.core.application org.semanticweb.owl.owlapi org.protege.editor.owl org.protege.jaxb org.coode.owlviz; do
|
||||||
|
svn checkout -q http://smi-protege.stanford.edu/repos/protege/protege4/plugins/$i/trunk $i
|
||||||
|
( cd $i; ant install; )
|
||||||
|
done
|
||||||
|
|
||||||
|
Bugs
|
||||||
|
----
|
Loading…
Reference in a new issue