From 7823fbbd53bcdb32a39c02d85b598b16f6f4c95a Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 9 Nov 2011 13:11:24 +0100 Subject: Mention libidn dependency for crywrap. --- README-alpha | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README-alpha') diff --git a/README-alpha b/README-alpha index ff802e0bde..7939b38021 100644 --- a/README-alpha +++ b/README-alpha @@ -1,5 +1,5 @@ GnuTLS README-alpha -- Information for developers. -*- outline -*- -Copyright (C) 2009, 2010 Free Software Foundation, Inc. +Copyright (C) 2009-2011 Free Software Foundation, Inc. See the end for copying conditions. This file contains instructions for developers and advanced users that @@ -27,7 +27,8 @@ We require several tools to build the software, including: - Gaa (optional) - libtasn1 (optional) - p11-kit -- datefudge (optional) +- datefudge (optional) +- Libidn (optional, for crywrap) The required software is typically distributed with your operating system, and the instructions for installing them differ. Here are @@ -38,7 +39,7 @@ sudo apt-get install git-core autoconf automake libtool gettext autopoint 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 nettle-dev guile-1.8-dev libtasn1-3-dev libp11-kit-dev -sudo apt-get install datefudge +sudo apt-get install datefudge libidn11-dev To download the version controlled sources: -- cgit v1.2.1