X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL;h=66d9355fced5b9db208e9870653f5fc673c600e2;hb=59449c5fa188dddb2d3fe08aacd24493546e57fe;hp=2e985ae481f170dad31e3cd5046d54aa09b9c5fc;hpb=facb4a1ad3c9e8b2cdf55824680eed2afb91aebe;p=pspp diff --git a/INSTALL b/INSTALL index 2e985ae481..66d9355fce 100644 --- a/INSTALL +++ b/INSTALL @@ -76,6 +76,11 @@ The following packages are required to install PSPP: * libxml2 (http://xmlsoft.org/). + * metainfo.its, provided by the appstream package. This is required + by xgettext version lower then 0.20 to extract the translation + strings from the org.fsf.pspp.metainfo.xml.in file. This is only + required for building. It is not a runtime requirement. + The following packages are required to enable PSPP's graphing features. If you cannot arrange to install them, you must run `configure' with --without-cairo (in which case you will get no graphing @@ -99,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: @@ -122,6 +128,10 @@ 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 ================== @@ -215,10 +225,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 @@ -268,10 +286,6 @@ Optional Features Cairo and Pango required to build the GUI, so --without-cairo implies --without-gui. -`--with-gui-tools' - Build the gui developer tools. There is no reason to use this - option unless you're involved with the development of PSPP - `--without-lib{xx}' Optional libraries should normally be detected and the relevant functionality will be built they exist. However, on some poorly