Download
Welcome to Raptor Download Page
This page contains information needed to get raptor up and running from source.
The code is still very experimental
Dependencies
Dependencies are things you will require in order to compile Raptor source code. Raptor source code will compile when these requirements are fulfilled
- kdelibs - development package (svn trunk required, pre 4.3)
- git
- cmake
Get the Source and build
git clone git://github.com/ruphy/raptor.git
cd raptor
mkdir build
cd build
cmake ..
make
make install
kbuildsycoca4
plasmoidviewer raptor
that's it, enjoy! =)


