Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

bup: It backs things up
=======================

Expand Down Expand Up @@ -93,15 +92,15 @@ From source

- 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

apt-get install python2.6-dev python-fuse 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:

apt-get build-dep bup

- Build the python module and symlinks:

make
Expand Down