Installation
Software requirements
To compile ribbify you will need- libcwd (if you have downloaded from SVN - you can edit CMakeLists.txt to remove this dependency)
- cmake
- lib3ds
Getting the source
Get the latest version of ribbify via a SVN checkout:
svn co https://screenhack.svn.sourceforge.net/svnroot/screenhack/ribbify
Compilation
You will need to make a build subdirectory and run cmake:
cd ribbify
mkdir build
cd build
cmake ../
make
mkdir build
cd build
cmake ../
make