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

required dbus interface xml
siraj * r807473 core/ (menuview.h org.raptor-menu.MenuView.xml): required dbus interface xml...

classinfor required for debus
siraj * r807471 core/menuview.h: classinfor required for debus...

show/hide methods for the menu
siraj * r807470 core/menuview.h: show/hide methods for the menu...

Make the KApplication part really working: add KCm
lappelhans * r807458 launcher/main.cpp: Make the KApplication part really working: add KCmdLineArgs:...

use Kapplication under KDE4
siraj * r807452 (CMakeLists.txt launcher/CMakeLists.txt launcher/main.cpp): use Kapplication under ...