|
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 | |
|---|
| 6 | PLWM requires Python 2.0 or newer, which can be downloaded from |
|---|
| 7 | http://www.python.org/. It has been tested with Python 2.0, 2.1, 2.2 |
|---|
| 8 | and 2.3. |
|---|
| 9 | |
|---|
| 10 | It also requires the Python X Library 0.8 or newer, which can be |
|---|
| 11 | downloaded from http://python-xlib.sourceforge.net/. |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | * Configuring |
|---|
| 15 | |
|---|
| 16 | Configuration is done by the Python distutils package as part of the |
|---|
| 17 | installation process. |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | * Building |
|---|
| 21 | |
|---|
| 22 | No building is required, as there's no C code in PLWM. |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | * Installing |
|---|
| 26 | |
|---|
| 27 | As root, just type: |
|---|
| 28 | |
|---|
| 29 | python setup.py install |
|---|
| 30 | |
|---|
| 31 | |
|---|