X-Git-Url: http://git.tuebingen.mpg.de/dss.git/log?a=blobdiff_plain;f=INSTALL;h=113ed14cfeffcd3e47650486891e72be91edea38;hb=727cf8701027f1d043f75941417dcf315ce5f875;hp=f48784b5ea74f2d26b94e6e7618f80c52aeb6cd9;hpb=3025388040c1521121255e5ae7ceabdcb1b1e421;p=dss.git diff --git a/INSTALL b/INSTALL index f48784b..113ed14 100644 --- 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.