]> arthur.barton.de Git - bup.git/blobdiff - README.md
tag-cmd.py: rephrase -f summary in optspec
[bup.git] / README.md
index 871f779c166772833eb4f41bffae246d86a7f1e3..f66dd4ebd7e19b4c61744056c7733a5ef9de4b68 100644 (file)
--- a/README.md
+++ b/README.md
@@ -71,8 +71,10 @@ Reasons you might want to avoid bup
    for you, but we don't know why.  It is also missing some
    probably-critical features.
    
- - It requires python >= 2.5, a C compiler, and an installed git version >=
-   1.5.3.1.
+ - It requires python >= 2.5, a C compiler, and an installed git
+   version >= 1.5.3.1.  It also requires par2 if you want fsck to be
+   able to generate the information needed to recover from some types
+   of corruption.
  
  - It currently only works on Linux, MacOS X >= 10.4,
    NetBSD, Solaris, or Windows (with Cygwin).  Patches to support
@@ -100,12 +102,13 @@ From source
 
             apt-get build-dep bup
 
-   Otherwise try this (substitute python2.5-dev if you have an older
-   system):
+   Otherwise try this (substitute python2.5-dev or python2.6-dev if
+   you have an older system):
 
-            apt-get install python2.6-dev python-fuse
+            apt-get install python2.7-dev python-fuse
             apt-get install python-pyxattr python-pylibacl
             apt-get install linux-libc-dev
+            apt-get install acl attr
             apt-get install python-tornado # optional
 
    On CentOS (for CentOS 6, at least), this should be sufficient (run