]> git.tuebingen.mpg.de Git - dss.git/blobdiff - INSTALL
build: Add target install and install-strip.
[dss.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index f48784b5ea74f2d26b94e6e7618f80c52aeb6cd9..113ed14cfeffcd3e47650486891e72be91edea38 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -8,9 +8,16 @@ Type
 
                make
 
-in the dss source directory to build the dss executable and copy it
-to some directory that is included in your PATH, e.g. to `$HOME/bin`
-or to `/usr/local/bin`.
+in the dss source directory to build the dss executable and the
+man page. Then type
+
+               sudo make install
+
+to install in /usr/local, or
+
+               make install PREFIX=/somewhere/else
+
+to install in /somewhere/else.
 
 Also make sure that [rsync](http://rsync.samba.org/) is installed on
 your system. Version 2.6.1 or newer is required.