diff options
Diffstat (limited to 'README-alpha')
-rw-r--r-- | README-alpha | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README-alpha b/README-alpha index 69e970de66..ff802e0bde 100644 --- a/README-alpha +++ b/README-alpha @@ -17,7 +17,7 @@ We require several tools to build the software, including: - Tar <http://www.gnu.org/software/tar/> - Gzip <http://www.gnu.org/software/gzip/> - Texlive & epsf <http://www.tug.org/texlive/> (for PDF manual) -- CVS <http://www.gnu.org/software/cvs/> (for gettext autopoint) +- Gettext <http://www.gnu.org/software/cvs/> (for gettext autopoint) - GTK-DOC <http://www.gtk.org/gtk-doc/> (for API manual) - Git <http://git.or.cz/> - Perl <http://www.cpan.org/> @@ -34,10 +34,10 @@ system, and the instructions for installing them differ. Here are some hints: gNewSense/Debian/Ubuntu: -sudo apt-get install git-core autoconf automake libtool gettext cvs +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 libgcrypt-dev guile-1.8-dev libtasn1-3-dev +sudo apt-get install nettle-dev guile-1.8-dev libtasn1-3-dev libp11-kit-dev sudo apt-get install datefudge To download the version controlled sources: |