File: INSTALL

package info (click to toggle)
kwin-style-powder 0.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 3,400 kB
  • ctags: 1,540
  • sloc: sh: 8,182; cpp: 2,668; perl: 2,597; makefile: 95
file content (21 lines) | stat: -rw-r--r-- 430 bytes parent folder | download
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/powder-0.6

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

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