Re-amping tool for the PODxt Pro ================================ Binary installation ------------------- If one of the precompiled binaries fits your system, all you have to do is to install the corresponding package with a command (as root) like this: rpm -i reamping-0.1-1.i586.rpm Source installation ------------------- Unpack the archive, change to the newly created directory, and compile/install the application: tar xjf reamping-0.1.tbz cd reamping-0.1 ./configure make make install At least the last step has to be done as root. System requirements ------------------- The "qmake" utility is required by the configure script. It is included in the Qt GUI toolkit by Trolltech (http://www.trolltech.com/products/qt). Note that there is currently no graphical user interface in the reamping application. The "libsndfile" library is required for reading and writing WAV files, "libsysfs" for locating the PODxt Pro device on the bus.