- 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.
An application skeleton for SBT has been kindly provided by andreyshikov, it shows how to configure simple Circumflex application to build with SBT. You can clone it from http://github.com/andreyshikov/circumflex-sbt-quickstart.