X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=INSTALL;h=8c70c34a20e57cb6e87ab47e97391ff297ed1609;hb=5b1c780d1a3e02a6f64242ef5d8c0a2dc71de3ec;hp=113ed14cfeffcd3e47650486891e72be91edea38;hpb=727cf8701027f1d043f75941417dcf315ce5f875;p=dss.git diff --git a/INSTALL b/INSTALL index 113ed14..8c70c34 100644 --- a/INSTALL +++ b/INSTALL @@ -8,8 +8,13 @@ Type make -in the dss source directory to build the dss executable and the -man page. Then type +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