[gnutls-devel] [PATCH V2 2/4] README-alpha: Add gperf dependency for building from git

Kevin Cernekee cernekee at gmail.com
Sat Mar 8 05:38:28 CET 2014


Without gperf, priority-options.h does not get built and this results
in a compile error.

Signed-off-by: Kevin Cernekee <cernekee at gmail.com>
---
 README-alpha | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README-alpha b/README-alpha
index 3df2d8a..8120b4f 100644
--- a/README-alpha
+++ b/README-alpha
@@ -25,6 +25,7 @@ We require several tools to check out and build the software, including:
 - Nettle <http://www.lysator.liu.se/~nisse/nettle/>
 - Guile <http://www.gnu.org/software/guile/>
 - p11-kit <http://p11-glue.freedesktop.org/p11-kit.html>
+- gperf <http://www.gnu.org/software/gperf/>
 - libtasn1 <http://josefsson.org/libtasn1/> (optional)
 - datefudge <http://packages.debian.org/datefudge> (optional)
 - Libidn <http://www.gnu.org/software/libidn/> (optional, for crywrap)
@@ -40,7 +41,7 @@ apt-get install git-core autoconf libtool gettext autopoint
 apt-get install texinfo texlive texlive-generic-recommended texlive-extra-utils
 apt-get install help2man gtk-doc-tools valgrind
 apt-get install guile-1.8-dev libtasn1-3-dev
-apt-get install datefudge libidn11-dev gawk
+apt-get install datefudge libidn11-dev gawk gperf
 
 You will sometimes need to install more recent versions of Automake,
 Nettle, P11-kit and Autogen, which you will need to build from
-- 
1.8.3.2




More information about the Gnutls-devel mailing list