]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Replace doc/README.GIT with README-alpha.
authorSimon Josefsson <simon@josefsson.org>
Tue, 5 May 2009 17:27:42 +0000 (19:27 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 5 May 2009 17:27:42 +0000 (19:27 +0200)
README-alpha
doc/README.GIT [deleted file]

index 6e4a261a84641665daee321baa422ad61ef9d681..bc5250ec4c9119a80d178555609b24796cee74cf 100644 (file)
@@ -23,6 +23,7 @@ We require several tools to build the software, including:
 - Valgrind <http://valgrind.org/> (optional)
 - libgcrypt <http://www.gnupg.org/>
 - Guile <http://www.gnu.org/software/guile/>
+- Gaa <http://gaa.sf.net> (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 (file)
index 5e74ab3..0000000
+++ /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.