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!

Affiliates

Latest in svn

Fixed typo: Service, not Sevice
srefshauge * r825015 lib/ (7 files in 3 dirs): Fixed typo: Service, not Sevice...

Try to bring fancy-plugin back to work, but seems
lappelhans * r819018 (3 files in 2 dirs): Try to bring fancy-plugin back to work, but seems not to ...

add a run time warning
siraj * r817408 launcher/main.cpp: add a run time warning...

add requrired data structures
siraj * r817407 lib/pluginloader.h: add requrired data structures...

create plugin instances
siraj * r817406 (4 files in 3 dirs): create plugin instances...