Download

Packages and binaries

OrK is still in beta phase, therefore we will not provide any precompiled version. Read below how to get the source.

Get the source

You can download the source code with subversion :
svn checkout https://ork.svn.sourceforge.net/svnroot/ork/trunk/.
If you are under Debian or derived distribution like Ubuntu do sudo aptitude install subversion to install subversion.

Compile

Simply use make in the src/ directory. Note that you will need the QT4.4 librairy header to compile OrK. If you are under Debian or derived distribution like Ubuntu do sudo aptitude install qt4-dev-tools.