Skip to content
Laurent Bourges edited this page Jan 25, 2014 · 1 revision

Marlin uses maven 2 and has no dependencies.

To build from sources, please type following commands: git clone https://github.com/bourgesl/marlin-renderer.git

cd marlin-renderer

mvn clean package

Jar files are then available in marlin-renderer/target !

Clone this wiki locally