]> git.tuebingen.mpg.de Git - dss.git/blobdiff - INSTALL
main(): Don't initialize user data pointer.
[dss.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index f48784b5ea74f2d26b94e6e7618f80c52aeb6cd9..8c70c34a20e57cb6e87ab47e97391ff297ed1609 100644 (file)
--- 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.