Requirements
You should have already installed Java 6 JDK and prepared a database when testing the binary distribution. If not please follow the instructions on Installation Guide
Downloading the source code
The best way to start developing Qcadoo is to checkout the latest stable branch (coming soon) from our git repository or the the developers snapshot if you want to be more on the cutting edge of our work.
...
This should create a qcadoo-src/mes folder with the Qcadoo MES modules.
Building the source
Before building the sources you will have to install maven on your computer. On Linux systems you should be able to find maven in you default package manager. On Debian based systems for example typing this in the command line:
...