From: Ben Pfaff Date: Tue, 20 Jun 2006 05:19:52 +0000 (+0000) Subject: Add pkg-config to prereqs. X-Git-Tag: v0.6.0~813 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=a4d95ff7279a5a127d1f93c3b90f98a1547e8b47 Add pkg-config to prereqs. --- diff --git a/README b/README index 317b8369..b88217f0 100644 --- a/README +++ b/README @@ -19,6 +19,9 @@ PSPP, you will need to install certain prerequisites: * Perl, version 5.005_03 or later. (Perl is required during build but not after installation.) + * pkg-config (only if you need to regenerate configure after + modifying configure.ac). + * Optional: libncurses. Without it, PSPP will assume it is running in an 80x25 terminal.