X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.md;h=ae49cce765a82ceb4fc73ce60b8e564f6e25ff98;hb=9277b335d0be832b19f95f5f77f0c3bd29362a5b;hp=d08ea4ca28f32052a86a75b749ccf4ab2251a758;hpb=093752b42c5548028c6f84c67f7741b2321c512f;p=bup.git diff --git a/README.md b/README.md index d08ea4c..ae49cce 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,8 @@ From source apt-get install python-pyxattr python-pylibacl apt-get install linux-libc-dev apt-get install acl attr - apt-get install python-tornado # optional + apt-get install libreadline-dev # optional (bup ftp) + apt-get install python-tornado # optional (bup web) ``` On CentOS (for CentOS 6, at least), this should be sufficient (run @@ -158,6 +159,8 @@ From source yum install python python-devel yum install fuse-python pyxattr pylibacl yum install perl-Time-HiRes + yum install readline-devel # optional (bup ftp) + yum install python-tornado # optional (bup web) ``` In addition to the default CentOS repositories, you may need to add