From: Andre Noll Date: Thu, 13 Jul 2017 20:51:45 +0000 (+0200) Subject: INSTALL: Explain how to use CPPFLAGS and LDFLAGS. X-Git-Tag: v1.0.0~25^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=10916be9fce2ac3e37874b7f13c54641802d893e INSTALL: Explain how to use CPPFLAGS and LDFLAGS. --- 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