From: Simon Josefsson Date: Tue, 5 May 2009 17:24:58 +0000 (+0200) Subject: Fix. X-Git-Tag: gnutls_2_7_9~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9469bcc4f76fd66f5317e743ecb4a95f9867f93b;p=thirdparty%2Fgnutls.git Fix. --- diff --git a/README-alpha b/README-alpha index 308ba3a40e..6e4a261a84 100644 --- a/README-alpha +++ b/README-alpha @@ -13,7 +13,6 @@ We require several tools to build the software, including: - Gettext - Texinfo - help2man -- libgcrypt - Tar - Gzip - Texlive & epsf (for PDF manual) @@ -22,13 +21,18 @@ We require several tools to build the software, including: - Git - Perl - Valgrind (optional) +- libgcrypt +- Guile The required software is typically disitributed with your operating system, and the instructions for installing them differ. Here are some hints: gNewSense/Debian/Ubuntu: -sudo apt-get install git-core autoconf automake libtool gettext cvs texinfo help2man valgrind texlive texlive-generic-recommended texlive-extra-utils gtk-doc-tools libgcrypt-dev +sudo apt-get install git-core autoconf automake libtool gettext cvs +sudo apt-get install texinfo texlive texlive-generic-recommended texlive-extra-utils +sudo apt-get install help2man gtk-doc-tools valgrind +sudo apt-get install libgcrypt-dev guile-1.8-dev To download the version controlled sources: