From: Simon Josefsson Date: Tue, 5 May 2009 17:27:42 +0000 (+0200) Subject: Replace doc/README.GIT with README-alpha. X-Git-Tag: gnutls_2_7_9~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=039a1340989f94fdfd028e8666d7ef9bebec6040;p=thirdparty%2Fgnutls.git Replace doc/README.GIT with README-alpha. --- diff --git a/README-alpha b/README-alpha index 6e4a261a84..bc5250ec4c 100644 --- a/README-alpha +++ b/README-alpha @@ -23,6 +23,7 @@ We require several tools to build the software, including: - Valgrind (optional) - libgcrypt - Guile +- Gaa (optional) The required software is typically disitributed with your operating system, and the instructions for installing them differ. Here are diff --git a/doc/README.GIT b/doc/README.GIT deleted file mode 100644 index 5e74ab3668..0000000000 --- a/doc/README.GIT +++ /dev/null @@ -1,29 +0,0 @@ -If you just want to browse the git tree, you may visit -http://git.savannah.gnu.org/gitweb/?p=gnutls.git - -Otherwise, if you want to get and build the tree, you should have the -following software: - -* git (http://git.or.cz/) -* autoconf 2.57 or newer (http://www.gnu.org/software/autoconf/) -* libtool (http://www.gnu.org/software/libtoool/) -* automake 1.8 or newer (http://www.gnu.org/software/automake/) -* libgcrypt (ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgcrypt/) -* texinfo (http://www.gnu.org/software/texinfo/) -* gtk-doc 1.4 (to generate reference HTML manual in doc/reference/) - -Those are optional: -* gaa (to handle example programs' parameters) (http://gaa.sf.net) - -1. Download the git tree -$ git clone git://git.savannah.gnu.org/gnutls.git -$ cd gnutls - -2. Create configure script -$ autoreconf -i -f - -3. Compile the sources -$ ./configure -$ make - -4. If you intend to change any code, check the file doc/README.CODING_STYLE.