]> arthur.barton.de Git - bup.git/blobdiff - README.md
Prefix paths in grafting- and stripping-tests
[bup.git] / README.md
index baeb8232bcdeae3c1d94064f147724b85346ca5e..94d5c566edf1dc6b1b2a1f7a6bc8f0b71c6bbbaf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -75,8 +75,9 @@ Reasons you might want to avoid bup
  - It requires python >= 2.4, a C compiler, and an installed git version >=
    1.5.3.1.
  
- - It currently only works on Linux, MacOS X >= 10.4, or Windows (with
-   Cygwin).  Patches to support other platforms are welcome.
+ - It currently only works on Linux, MacOS X >= 10.4,
+   Solaris, or Windows (with Cygwin).  Patches to support
+   other platforms are welcome.
    
    
 Getting started
@@ -89,6 +90,7 @@ Getting started
  - Install the needed python libraries (including the development
    libraries).  On Debian or Ubuntu, this is usually:
         apt-get install python2.6-dev python-fuse
+        apt-get install python-pyxattr python-pylibacl
         
     Substitute python2.5-dev or python2.4-dev if you have an older system.