Changeset 29009acfbe56cac3e922b6c936e5dfdc8623fdf3

Show
Ignore:
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:
2 modified

Legend:

Unmodified
Added
Removed
  • /README.parti

    rb3ea.. r2900..  
    9090Running Parti requires at least: 
    9191   python 
    92    xlib 
     92   xlib (including extension libraries like libXtst.so) 
    9393   pygobject 
    9494   pygtk 
    9595   dbus-python 
    9696   ipython 
    97 And an X server with support for a relatively recent version of the 
    98 Composite extension. 
     97And an X server with support for Composite. 
    9998 
    10099Developing on Parti also requires: 
     
    116115 
    117116On 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 \ 
    119119    python-gtk2-dev python-dbus ipython xserver-xephyr \ 
    120120    xvfb python-nose python-codespeak-lib 
  • /README.xpra

    r455a.. r2900..  
    100100  # aptitude install libx11-dev libxtst-dev libxcomposite-dev \ 
    101101    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 
     103or whatever, please send it in.) 
    102104 
    103105Build it: