summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 3aa997a05fe1c5d7643f2c2adddfff390b05272e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-- INSTALL -----------------------------------

Basic Installation from the console:

	$ cd path/to/mallory-1.0

	$ ./configure --prefix=`tde-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.

----------------------------------------------