root / trunk / INSTALL

Revision 150, 0.6 kB (checked in by mwm, 5 years ago)

Check in changes preparing for the release.

Line 
1
2             Installation of the Pointless Window Manager
3
4* Requirements
5
6PLWM requires Python 2.0 or newer, which can be downloaded from
7http://www.python.org/.  It has been tested with Python 2.0, 2.1, 2.2
8and 2.3.
9
10It also requires the Python X Library 0.8 or newer, which can be
11downloaded from http://python-xlib.sourceforge.net/.
12
13
14* Configuring
15
16Configuration is done by the Python distutils package as part of the
17installation process.
18
19
20* Building
21
22No building is required, as there's no C code in PLWM.
23
24
25* Installing
26
27As root, just type:
28
29    python setup.py install
30 
31 
Note: See TracBrowser for help on using the browser.