diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-04-17 14:05:46 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-04-17 14:05:46 +0200 |
commit | 0c77766e327800af38f621c747bc9a941114aac7 (patch) | |
tree | e8ec248951bd8fc1d597c6dc5daa7cd7d2f20d19 /README-alpha | |
parent | b2951a3578a873f02af45d5e7a0e0157592430c2 (diff) | |
download | gnutls-0c77766e327800af38f621c747bc9a941114aac7.tar.gz |
Doc fix.
Diffstat (limited to 'README-alpha')
-rw-r--r-- | README-alpha | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README-alpha b/README-alpha index aa49b817c0..64d60236ef 100644 --- a/README-alpha +++ b/README-alpha @@ -8,9 +8,9 @@ want to build from version controlled sources. We require several tools to check out and build the software, including: - Make <http://www.gnu.org/software/make/> -- Automake <http://www.gnu.org/software/automake/> +- Automake <http://www.gnu.org/software/automake/> (use 1.11.3 or later) - Autoconf <http://www.gnu.org/software/autoconf/> -- Autogen <http://www.gnu.org/software/autogen/> (use 5.15pre15 or better) +- Autogen <http://www.gnu.org/software/autogen/> (use 5.15pre15 or later) - Libtool <http://www.gnu.org/software/libtool/> - Gettext <http://www.gnu.org/software/gettext/> - Texinfo <http://www.gnu.org/software/texinfo/> @@ -36,17 +36,17 @@ system, and the instructions for installing them differ. Here are some hints: gNewSense/Debian/Ubuntu: -apt-get install git-core autoconf automake libtool gettext autopoint +apt-get install git-core autoconf libtool gettext autopoint apt-get install texinfo texlive texlive-generic-recommended texlive-extra-utils apt-get install help2man gtk-doc-tools valgrind apt-get install guile-1.8-dev libtasn1-3-dev apt-get install datefudge libidn11-dev gawk -You will usually need to install more recent versions of Nettle, -P11-kit and Autogen, which you will need to build from sources. If -your system has the recent versions, you could do: +You will sometimes need to install more recent versions of Automake, +Nettle, P11-kit and Autogen, which you will need to build from +sources. If your system has the recent versions, you could do: -sudo apt-get install autogen nettle-dev libp11-kit-dev +apt-get install automake autogen nettle-dev libp11-kit-dev To download the version controlled sources: |