X-Git-Url: http://git.tuebingen.mpg.de/dss.git/log?a=blobdiff_plain;f=INSTALL;h=8c70c34a20e57cb6e87ab47e97391ff297ed1609;hb=f38f86c1d4695a7016d5002e979c4f68ed12fb69;hp=f48784b5ea74f2d26b94e6e7618f80c52aeb6cd9;hpb=3025388040c1521121255e5ae7ceabdcb1b1e421;p=dss.git diff --git a/INSTALL b/INSTALL index f48784b..8c70c34 100644 --- a/INSTALL +++ b/INSTALL @@ -8,9 +8,21 @@ 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. If lopsub is installed in a non-standard path, you may need to +run `make` as follows: + + make CPPFLAGS=-I$HOME/lopsub/include LDFLAGS=-L$HOME/lopsub/lib + +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.