Changeset 29009acfbe56cac3e922b6c936e5dfdc8623fdf3
- Timestamp:
- 04/10/08 02:13:34 (9 months ago)
- Author:
- njs@…
- Branch:
- org.vorpus.parti
- Parent:
- 36474655d99c23348c76a1aac6db09ee3e05893a
- Child:
- 5803e76153ca9218c9b2e06e220d834459911e24
- Message:
-
update dependencies in README files
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rb3ea..
|
r2900..
|
|
| 90 | 90 | Running Parti requires at least: |
| 91 | 91 | python |
| 92 | | xlib |
| | 92 | xlib (including extension libraries like libXtst.so) |
| 93 | 93 | pygobject |
| 94 | 94 | pygtk |
| 95 | 95 | dbus-python |
| 96 | 96 | ipython |
| 97 | | And an X server with support for a relatively recent version of the |
| 98 | | Composite extension. |
| | 97 | And an X server with support for Composite. |
| 99 | 98 | |
| 100 | 99 | Developing on Parti also requires: |
| … |
… |
|
| 116 | 115 | |
| 117 | 116 | On Debian-based OSes, try: |
| 118 | | # aptitude install libx11-dev python-pyrex python-gobject-dev \ |
| | 117 | # aptitude install libx11-dev libxtst-dev libxcomposite-dev \ |
| | 118 | libxdamage-dev python-pyrex python-gobject-dev \ |
| 119 | 119 | python-gtk2-dev python-dbus ipython xserver-xephyr \ |
| 120 | 120 | xvfb python-nose python-codespeak-lib |
-
|
r455a..
|
r2900..
|
|
| 100 | 100 | # aptitude install libx11-dev libxtst-dev libxcomposite-dev \ |
| 101 | 101 | libxdamage-dev python-gobject-dev python-gtk2-dev xvfb python-pyrex |
| | 102 | (If you work out a similar line for another OS, like Fedora or FreeBSD |
| | 103 | or whatever, please send it in.) |
| 102 | 104 | |
| 103 | 105 | Build it: |