summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2007-10-08 13:37:15 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2007-10-08 13:37:15 +0300
commit23fff19a34f17cb456e81403633c3d43e86922ca (patch)
treec7bd232d8d3e7b556de77ff07ccfd82b7ffc4bdd
parenta4d40c5da81aa9b74ca21924fb09c351e5d34266 (diff)
downloadgnutls-23fff19a34f17cb456e81403633c3d43e86922ca.tar.gz
Updated the information for developers.
-rw-r--r--doc/README.GIT (renamed from doc/README.CVS)19
1 files changed, 6 insertions, 13 deletions
diff --git a/doc/README.CVS b/doc/README.GIT
index 9db51579d1..d2bdf5a4d1 100644
--- a/doc/README.CVS
+++ b/doc/README.GIT
@@ -1,38 +1,31 @@
-If you just want to browse the cvs tree, you may visit
-http://cvs.gnupg.org/cgi-bin/viewcvs.cgi/gnutls/?cvsroot=GNU+TLS+Library
+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:
-* cvs (http://www.gnu.org/software/cvs/)
+* 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/)
-* tetex, tetex-extra
* gtk-doc 1.4 (to generate reference HTML manual in doc/reference/)
Those are optional:
-* latex/dvips (in order to create gnutls.ps)
-* cvs2cl (in order to create ChangeLog) (http://www.red-bean.com/cvs2cl/)
* gaa (to handle example programs' parameters) (http://gaa.sf.net)
-1. Download the cvs tree
-$ cvs -z3 -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gnutls login
-$ cvs -z3 -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gnutls checkout gnutls
+1. Download the git tree
+$ git clone git://git.savannah.gnu.org/gnutls.git
$ cd gnutls
2. Create configure script
-$ ./buildconf
+$ autoreconf -i -f
3. Compile the sources
$ ./configure --enable-developer-mode
$ make
-* Create the ChangeLog
-$ make ChangeLog
-
4. If you intend to change any code in gnutls, check the file
doc/README.CODING_STYLE.