summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2024-10-03 20:32:40 +0300
committerMavridis Philippe <mavridisf@gmail.com>2024-10-03 20:32:40 +0300
commit19097d1bb96f8d52743121fb8f00d90029f1dfc0 (patch)
tree30a179f283f71a8bb8e6f9db9c9b3a3ce9198376 /INSTALL
downloadtwin-style-mallory-19097d1bb96f8d52743121fb8f00d90029f1dfc0.tar.gz
twin-style-mallory-19097d1bb96f8d52743121fb8f00d90029f1dfc0.zip
Initial commit
Sourced from https://www.pling.com/p/1100385 Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL21
1 files changed, 21 insertions, 0 deletions
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