X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=INSTALL;h=96191b9782e7a0c8ae1a1a6bf73442d81914eaed;hb=86c89b19d9ef3f4e4a4b2d6ec531bc650d9ee60d;hp=c131292cb3d9da72d94bd366b99a7ea80c311f9f;hpb=092c2acd489e88dd99d1f27560d16fc1ba89c88c;p=pspp diff --git a/INSTALL b/INSTALL index c131292cb3..96191b9782 100644 --- a/INSTALL +++ b/INSTALL @@ -104,6 +104,7 @@ use the GUI, you must run `configure' with --without-gui. version 3.4.0 or later. * GNU Spread Sheet Widget (http://www.gnu.org/software/ssw) + version 0.7 or later. The following packages are optional: @@ -127,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 ================== @@ -224,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