table: Add comment.
[pspp] / INSTALL
diff --git a/INSTALL b/INSTALL
index 15f356a9451d361a3e6cdfb759018374c451b5fb..96191b9782e7a0c8ae1a1a6bf73442d81914eaed 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -128,10 +128,6 @@ Other optional packages:
       PSPP to test the Perl module more thoroughly.  It is not needed
       to build or use the Perl module.
 
-    * librsvg enables 300 dpi copy and paste operation. Without librsvg
-      the copy action will only provide images with default resolution
-      which is often 96dpi. This only affects bitmap image formats.
-
 Basic Installation
 ==================
 
@@ -225,10 +221,18 @@ is an example:
 
      ./configure CC=c89 CFLAGS=-O0 LIBS=-lposix
 
+Cross Compiling
+===============
+
 To cross-compile PSPP, you will likely need to set the
 PKG_CONFIG_LIBDIR environment variable to point to an
 appropriate pkg-config for the cross-compilation environment.
 
+Part of cross-compiling procedure builds a native binary.  Therefore, you
+will need not only the dependent libraries for your target, but also for the
+build machine.   This is because the native version is used to create
+examples for the user manual.
+
 See "Defining Variables", below, for more details.
 
 Installation Names