From 19097d1bb96f8d52743121fb8f00d90029f1dfc0 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Thu, 3 Oct 2024 20:32:40 +0300 Subject: Initial commit Sourced from https://www.pling.com/p/1100385 Signed-off-by: Mavridis Philippe --- INSTALL | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..588238c --- /dev/null +++ b/INSTALL @@ -0,0 +1,21 @@ +-- INSTALL ----------------------------------- + +Basic Installation from the console: + + $ cd path/to/mallory-1.0 + + $ ./configure --prefix=`kde-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. + +---------------------------------------------- \ No newline at end of file -- cgit v1.2.1