]> arthur.barton.de Git - bup.git/commitdiff
Explain current installation process in README.md (i.e. "make install").
authorRob Browning <rlb@defaultvalue.org>
Sun, 13 Jan 2013 05:38:02 +0000 (23:38 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sun, 13 Jan 2013 17:28:37 +0000 (11:28 -0600)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
README.md

index 65d410c0d2eb8338e47dda3ae62ae77850713d5c..30b94beb5378d16ad112ef1bf2b314e6b0e76df0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -127,6 +127,15 @@ From source
     (The tests should pass.  If they don't pass for you, stop here and send
     me an email.)
 
     (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
 --------------------
 
 From binary packages
 --------------------