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 [email protected]: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 to githut

If you work on the medical branch, you should push commits as follow:

git push origin medical