From: Jon Dowland Date: Sat, 18 Dec 2010 07:14:15 +0000 (-0800) Subject: README.md: suggest using apt-get build-dep. X-Git-Tag: bup-0.21-rc1~3 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=2b25cc321b98c08ed67a3a4139a94b526892bf57 README.md: suggest using apt-get build-dep. --- diff --git a/README.md b/README.md index b6859c1..96981be 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,10 @@ Getting started apt-get install python2.6-dev python-fuse Substitute python2.5-dev or python2.4-dev if you have an older system. + + Or on newer Debian/Ubuntu versions, you can try this: + + apt-get build-dep bup - Build the python module and symlinks: