Skip to content
Snippets Groups Projects
Commit e7b0755e authored by Sebastien's avatar Sebastien
Browse files

update README.md to notice first compilation

parent 74713127
Branches
Tags
No related merge requests found
......@@ -2,11 +2,10 @@ A serialization converter from the official UNL format to the proposed RDF-UNL f
# First compilation
Three solutions exists choose the preferred way.
UnlTools program requires rdf-vocabulary package within tetras-libre repositories.
Three solutions exists add the other dependency, choose your preferred way.
## Use of script createOrUpdateLocalMavenRepository
This program depends on another package. To install into local maven repository the other dependency run ```bash Script/```.
The script requires a username and a password to be completed. Enter yours credentials for gitlab.tetras-libre.fr server.
## Use of script createOrUpdateLocalMavenRepository.
```shell script
git clone https://gitlab.tetras-libre.fr/unl/unl2rdf.git unlTools
......@@ -15,7 +14,7 @@ bash Scripts/createOrUpdateLocalMavenRepository.sh
mvn compile
```
## Clone repository rdf-vocabulary
## Clone repository rdf-vocabulary.
```shell script
git clone https://gitlab.tetras-libre.fr/unl/rdfunl.git rdf-vocabulary
......@@ -28,7 +27,7 @@ cd unlTools
mvn compile
```
## Install manually rdf-vocabulary
## Install manually rdf-vocabulary.
```shell script
git clone https://gitlab.tetras-libre.fr/unl/rdfunl.git rdf-vocabulary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment