covariance-matrix.c (covariance_matrix_init): pass pointer to
[pspp-builds.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index e687c55114b6d45690a3a48965225dcf92a6bbb7..9254a0d36f707dc313f7fe2dc9c9ebfc2abc1213 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -152,8 +152,9 @@ release.
 
   4. Type `make install' to install the programs and any data files
      and documentation.  Ordinarily you will need root permissions to
-     do this; if you cannot get root permissions, see "Installation
-     Names", below.
+     do this.  The "su" and "sudo" commands are common ways to obtain
+     root permissions.  If you cannot get root permissions, see
+     "Installation Names", below.
 
   5. You can remove the program binaries and object files from the
      source code directory by typing `make clean'.  To also remove the
@@ -236,7 +237,12 @@ Optional Features
    of libraries are detected.   Use of this option is not recommended.
    If you use it, some features may be missing and the build may fail
    with obscure error messages.
-   
+
+`--enable-relocatable'
+   This option is useful for building a package which can be installed
+   into an arbitrary directory and freely copied to any other directory.
+   If you use this option, you will probably want to install the pspp
+   with a command similar to "make install DESTDIR=<distination>".
 
 Defining Variables
 ==================