summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 02:28:08 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 02:28:08 +0000
commitf9c5bc16e192997a25a9547b4173551bab70630a (patch)
treea701b520cf924c8588305b6e6fdd0748070bd542 /INSTALL
downloadtwin-style-crystal-f9c5bc16e192997a25a9547b4173551bab70630a.tar.gz
twin-style-crystal-f9c5bc16e192997a25a9547b4173551bab70630a.zip
Added KDE3 version of kwin Crystal style
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kwin-style-crystal@1095345 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 20 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..bbac28b
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,20 @@
+-- INSTALL -----------------------------------
+
+Basic Installation (from the console):
+ - Step 1
+ $ ./configure --prefix=`kde-config --prefix`
+ - Step 2
+ $ make
+ - Step 3 (as root)
+ # make install
+
+If configure fails, check that you have both
+the Qt and KDE development headers installed.
+
+You need at least KDE 3.2 and QT 3.3.
+
+Debian note: You may need to append
+--with-qt-includes=/usr/include/qt3
+to the configure line.
+
+---------------------------------------------- \ No newline at end of file