We reverted the ABI bump.
[gnutls.git] / doc / README.GIT
blobd2bdf5a4d130f7cab1fbb7fec3323f55519e6a70
1 If you just want to browse the git tree, you may visit
2 http://git.savannah.gnu.org/gitweb/?p=gnutls.git
4 Otherwise, if you want to get and build the tree, you should have the
5 following software:
7 * git (http://git.or.cz/)
8 * autoconf 2.57 or newer (http://www.gnu.org/software/autoconf/)
9 * libtool (http://www.gnu.org/software/libtoool/)
10 * automake 1.8 or newer (http://www.gnu.org/software/automake/)
11 * libgcrypt (ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgcrypt/)
12 * texinfo (http://www.gnu.org/software/texinfo/)
13 * gtk-doc 1.4 (to generate reference HTML manual in doc/reference/)
15 Those are optional:
16 * gaa (to handle example programs' parameters) (http://gaa.sf.net)
18 1. Download the git tree
19 $ git clone git://git.savannah.gnu.org/gnutls.git
21 $ cd gnutls
23 2. Create configure script
24 $ autoreconf -i -f
26 3. Compile the sources
27 $ ./configure --enable-developer-mode
28 $ make
30 4. If you intend to change any code in gnutls, check the file
31  doc/README.CODING_STYLE.