summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-03 01:26:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-03 01:26:04 +0000
commit3c7b870f367df150ea60eb9d6bb2fd41646545d7 (patch)
treeac8705b4703cebb5031f9443eafd3e429a17ac1a /INSTALL
downloadfilelight-3c7b870f367df150ea60eb9d6bb2fd41646545d7.tar.gz
filelight-3c7b870f367df150ea60eb9d6bb2fd41646545d7.zip
Added abandoned Filelight application
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/filelight@1084392 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL36
1 files changed, 36 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..d263cb4
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,36 @@
+
+ Filelight INSTALL
+===================
+
+Simply:
+
+ $ ./configure && make && su -c "make install"
+
+But, I recommend:
+
+ $ CXXFLAGS="-O3" ./configure --enable-final --disable-debug \
+ && make && su -c "make install"
+
+
+ Troubleshooting
+=================
+
+Check you have the kde development packages installed, they'll be named
+something like:
+
+ kde-devel
+
+This should pull in a lot of other development packages (unless they are already
+installed) like:
+
+ x11-devel
+ qt-devel
+
+If you get stuck, please email me the config.log file with any information you
+can provide. I will get back to you! Compile issues suck, I know this full well.
+--------------------------------------------------------------------------------
+
+
+I hope you enjoy using Filelight!
+
+Max Howell <max.howell@methylblue.com>