blob: 3c9ac2c22e504bbffceca9e4e5ee0a6ad3b1178c (
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
|
Dependencies:
-------------
- Qt 3.x
- KDE 3.x
- Autoconf 2.5
- Automake 1.6
You'll also need to have your $TDEDIR environment variable set correctly.
Installing from Tarball Distribution:
-------------------------------------
Type: ./configure
make
make install
Installing from CVS:
--------------------
Type: make -f Makefile.dist
./configure
make
make install
|