blob: d263cb455f4385a27a547c862e0a807b639b9920 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>
|