summaryrefslogtreecommitdiff
path: root/README-alpha
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-06 09:02:56 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-06 09:02:56 +0200
commit34410ba837019dd9432234073febe899385ca88d (patch)
tree72814fed63723b0a07e7896465c8c7543ca15079 /README-alpha
parenteb8f7d99d95f278adcdcd18920da26c5e89c3ce3 (diff)
downloadgnutls-34410ba837019dd9432234073febe899385ca88d.tar.gz
Fix.
Diffstat (limited to 'README-alpha')
-rw-r--r--README-alpha3
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnupg.org/>
- Guile <http://www.gnu.org/software/guile/>
- Gaa <http://gaa.sf.net> (optional)
+- libtasn1 <http://josefsson.org/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: