Download
Welcome to Raptor Download Page
This page contains information needed to get raptor up and running from source.
we will publish links for pre-compiled binaries as soon as we compile them. If you already have a binary format for a popular distribution, please contact us so we can inform the availability of the binary.
Dependencies
Dependencies are things you will require in order to compile Raptor source code. Raptor source code will compile when these requirements are fulfilled
- KDE4 Development Packages , which includes kdebase and kdelibs version 4.
- Qt 4.4 or Later
- SVN client
- CMake Build system
Get the Source and build
svn co svn://anonsvn.kde.org/home/kde/trunk/playground/base/raptormenu/
cd raptor
mkdir build
cd build
cmake ../
make
make install
raptor-menu
that's it, enjoy!


