Skip to content

Downloading and building teknek

edwardcapriolo edited this page Dec 14, 2013 · 2 revisions

Teknek is composed of several java projects. These projects require a JDK > 1.7. The projects are build using maven. Maven 3 is well tested but maven 2 should work as well.

Steps

git clone https://github.com/edwardcapriolo/teknek.git
cd teknek
sh build.sh

Result

There are several folders below teknek name teknek-web, teknek-core, etc. These projects should all build and test. The build script also generates eclipse files.

Dealing with compile issues

Each folder is it's own separate maven project. Teknek core is required by all the others, start by working the projects in order and trying mvn clean test install in each.