You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
-- 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.
|
|
|
|
|
|
|
|
----------------------------------------------
|