diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-10-03 20:32:40 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-10-03 20:32:40 +0300 |
commit | 19097d1bb96f8d52743121fb8f00d90029f1dfc0 (patch) | |
tree | 30a179f283f71a8bb8e6f9db9c9b3a3ce9198376 /INSTALL | |
download | twin-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-- | INSTALL | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |