Skip to content

HowTo BuildSKOSPlayFromSources

tfrancart edited this page Jan 27, 2014 · 6 revisions

How to build SKOS Play from the source code

You will need Java and Maven installed on your machine to compile SKOS Play.

checkout the source code

#!bash

  git clone https://bitbucket.org/tfrancart/sparna.git

Compile

#!bash

  cd sparna/fr.sparna
  mvn clean install
Clone this wiki locally