Skip to content
debbabi edited this page Mar 30, 2013 · 3 revisions

Welcome to the cube wiki!

Developer guide

Getting the source code

The actual developpement branch is called 'medical'. To clone it, type the following command:

'git clone -b medical git@github.com:AdeleResearchGroup/cube.git'

Project structure

Compiling

Go to the 'src' folder, and type the following command:

'mvn clean install'

You should have maven installed on your machine.

Modifying and commiting changes

Clone this wiki locally