summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-11-09 13:11:24 +0100
committerSimon Josefsson <simon@josefsson.org>2011-11-09 13:11:24 +0100
commit7823fbbd53bcdb32a39c02d85b598b16f6f4c95a (patch)
treef729c94882bc967908cad7309969e8b0d3931c56
parent95bec0fb1aa37dad34cbd8411ca51bbe51262b3e (diff)
downloadgnutls-7823fbbd53bcdb32a39c02d85b598b16f6f4c95a.tar.gz
Mention libidn dependency for crywrap.
-rw-r--r--README-alpha7
1 files changed, 4 insertions, 3 deletions
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 <http://gaa.sf.net> (optional)
- libtasn1 <http://josefsson.org/libtasn1/> (optional)
- p11-kit <http://p11-glue.freedesktop.org/p11-kit.html>
-- datefudge <packages.debian.org/datefudge> (optional)
+- datefudge <http://packages.debian.org/datefudge> (optional)
+- Libidn <http://www.gnu.org/software/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: