summaryrefslogtreecommitdiff
path: root/doc/README.CVS
blob: 14ca5cae7171438763edad21cb60c3e961112171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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
or http://cvs.hellug.gr/cgi-bin/viewcvs.cgi/gnutls-read-only/ .

Otherwise, if you want to get and built the tree, you should have the 
following software:

* cvs (http://www.gnu.org/software/cvs/)
* autoconf 2.50 or newer (http://www.gnu.org/software/autoconf/)
* libtool (http://www.gnu.org/software/libtoool/)
* automake (http://www.gnu.org/software/automake/)
* libgcrypt (ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgcrypt/)
* cvs2cl (in order to create ChangeLog) (http://www.red-bean.com/cvs2cl/)
* latex2html (in order to create gnutls.html)
* latex/dvips (in order to create gnutls.ps)
* 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

2. Create configure script
$ cd gnutls
$ ./buildconf

3. Compile the sources
$ ./configure --enable-maintainer-mode
$ make

* Create the ChangeLog
$ make ChangeLog

* Create documentation
$ cd doc/tex
$ make gnutls.ps
$ make gnutls.html