From: Rob Browning Date: Thu, 10 Jan 2013 02:21:47 +0000 (-0600) Subject: Add instructions for CentOS 6 to README.md. X-Git-Tag: bup-0.25-rc2~99 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=4d060cff5d60ba982d18ee6a312564ebf8283a4a Add instructions for CentOS 6 to README.md. Thanks to Paul Schulz for the information. Signed-off-by: Rob Browning --- diff --git a/README.md b/README.md index 3f9c241..aca7690 100644 --- a/README.md +++ b/README.md @@ -92,18 +92,29 @@ From source git clone git://github.com/apenwarr/bup - 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. - - Or on newer Debian/Ubuntu versions, you can try this: + libraries). + + On Debian/Ubuntu this is usually sufficient (run as root): + + 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. Alternately, on newer Debian/Ubuntu versions, you can try + this: - apt-get build-dep bup - + apt-get build-dep bup + + On CentOS (for CentOS 6, at least), this should be sufficient (run + as root): + + yum groupinstall "Development Tools" + yum install python python-dev + yum fuse-python pyxattr pylibacl + yum install perl-Time-HiRes + - Build the python module and symlinks: - + make - Run the tests: