[Home] [Email Me] [Download ] [ Screen Shots ] [Documentation ]
 
 
   
Installation:

This program requires KDE 1.1  (Any newer version should work)  It also
requires QT 1.44 (If you got KDE working, you have QT working).  You don't
need to actually use KDE, but you need it installed.

This system is actually two programs.  A command line utility that handles
the communication, and a nice pretty gui.

The command line program was written by the SnowBlind Aliance
and was only hacked at by myself.  It is also distributed under the GPL.

To install:

Unpack the archive:
tar -zxvf raveMpGui####.tar.gz

Make the command-line utility:
cd raveMPGui
cd ravemp-cli
make

SUID it as root:
chown root ravemp   [As Root ]
chmod +s ravemp      [As Root ]

Make the GUI interface
cd ..
./configure
make

Install the Gui:
make install      [As Root]
 

Then you might also like to copy ravemp-cli/ravemp to someplace else on
your system.  This is the command line utility that the GUI needs.  In the
GUI you will need to specify the location of this utility.
   
[Home] [Email Me] [Download ] [ Screen Shots ]