- Java 6 SDK
- Apache Maven 2.1 or later
- Git
Clone Circumflex repository:
git clone git://github.com/inca/circumflex.git
Build with Maven:
cd circumflex
mvn clean install
Create a new project from Circumflex Archetype:
cd /path/to/my/projects
mvn archetype:generate
and choose circumflex-archetype
from list.