Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
unlTools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNL
unlTools
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
add first compilation part
authored
5 years ago
by
Sebastien
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.md
+23
-0
23 additions, 0 deletions
home.md
with
23 additions
and
0 deletions
home.md
View page @
9eeb8181
...
...
@@ -5,6 +5,29 @@ UnlTools is a set of tools about Unl document files. It provides :
-
Exporter to Dot format and Turtle format;
-
Programming api to create Unl graphs.
# First compilation
## Requirements
-
maven version 3+
-
java jdk version 11 (must be the default java, refer to your distribution wiki)
-
intellij 2020 (IDE)
## Initial steps
```
shell
# install rdf-vocabulary dependence
git clone https://gitlab.tetras-libre.fr/unl/rdf-vocabulary.git
pushd
rdf-vocabulary
mvn
install
popd
# clone local repository
git clone https://gitlab.tetras-libre.fr/unl/unlTools.git
cd
unlTools
mvn compile
popd
```
# Usage
...
...
This diff is collapsed.
Click to expand it.