Skip to content

Commit

Permalink
Explain current installation process in README.md (i.e. "make install").
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
  • Loading branch information
rlbdv committed Jan 13, 2013
1 parent 1811823 commit 48c75f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -127,6 +127,15 @@ From source
(The tests should pass. If they don't pass for you, stop here and send
me an email.)

- You can install bup via "make install", and override the default
destination with DESTDIR and PREFIX.

Files are normally installed to "$DESTDIR/$PREFIX" where DESTDIR is
empty by default, and PREFIX is set to /usr. So if you wanted to
install bup to /opt/bup, you might do something like this:

make install DESTDIR=/opt/bup PREFIX=''


From binary packages
--------------------
Expand Down

0 comments on commit 48c75f0

Please sign in to comment.