Installation

Software requirements

To compile ribbify you will need These should be available as packages for your Linux distribution, if they are not installed by default.

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

Installation

This is not automated yet. The ribbify binary will be in the build directory. Copy it to somewhere in your path.