diff options
-rw-r--r-- | README-alpha | 3 |
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: |