-- INSTALL ----------------------------------- Basic Installation from the console: $ cd path/to/mallory-1.0 $ ./configure --prefix=`tde-config --prefix` $ make (as root) # make install If configure fails, check that you have both the Qt and KDE development headers installed. Debian note: You may need to append --with-qt-includes=/usr/include/qt3 to the configure line. ----------------------------------------------