From: Simon Josefsson Date: Wed, 6 May 2009 07:02:56 +0000 (+0200) Subject: Fix. X-Git-Tag: gnutls_2_7_9~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34410ba837019dd9432234073febe899385ca88d;p=thirdparty%2Fgnutls.git Fix. --- diff --git a/README-alpha b/README-alpha index bc5250ec4c..617e862a38 100644 --- a/README-alpha +++ b/README-alpha @@ -24,6 +24,7 @@ We require several tools to build the software, including: - libgcrypt - Guile - Gaa (optional) +- libtasn1 (optional) The required software is typically disitributed with your operating system, and the instructions for installing them differ. Here are @@ -33,7 +34,7 @@ gNewSense/Debian/Ubuntu: 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 +sudo apt-get install libgcrypt-dev guile-1.8-dev libtasn1-3-dev To download the version controlled sources: