guile: Rename to `libguile-gnutls-v-2'.
[gnutls.git] / README-alpha
blobff802e0bde900c0d514688418b5a9e712ec8fb0d
1 GnuTLS README-alpha -- Information for developers.              -*- outline -*-
2 Copyright (C) 2009, 2010  Free Software Foundation, Inc.
3 See the end for copying conditions.
5 This file contains instructions for developers and advanced users that
6 want to build from version controlled sources.
8 We require several tools to build the software, including:
10 - Make <http://www.gnu.org/software/make/>
11 - Automake <http://www.gnu.org/software/automake/>
12 - Autoconf <http://www.gnu.org/software/autoconf/>
13 - Libtool <http://www.gnu.org/software/libtool/>
14 - Gettext <http://www.gnu.org/software/gettext/>
15 - Texinfo <http://www.gnu.org/software/texinfo/>
16 - help2man <http://www.gnu.org/software/help2man/>
17 - Tar <http://www.gnu.org/software/tar/>
18 - Gzip <http://www.gnu.org/software/gzip/>
19 - Texlive & epsf <http://www.tug.org/texlive/> (for PDF manual)
20 - Gettext <http://www.gnu.org/software/cvs/> (for gettext autopoint)
21 - GTK-DOC <http://www.gtk.org/gtk-doc/> (for API manual)
22 - Git <http://git.or.cz/>
23 - Perl <http://www.cpan.org/>
24 - Valgrind <http://valgrind.org/> (optional)
25 - libgcrypt <http://www.gnupg.org/>
26 - Guile <http://www.gnu.org/software/guile/>
27 - Gaa <http://gaa.sf.net> (optional)
28 - libtasn1 <http://josefsson.org/libtasn1/> (optional)
29 - p11-kit <http://p11-glue.freedesktop.org/p11-kit.html>
30 - datefudge <packages.debian.org/datefudge> (optional)
32 The required software is typically distributed with your operating
33 system, and the instructions for installing them differ.  Here are
34 some hints:
36 gNewSense/Debian/Ubuntu:
37 sudo apt-get install git-core autoconf automake libtool gettext autopoint
38 sudo apt-get install texinfo texlive texlive-generic-recommended texlive-extra-utils
39 sudo apt-get install help2man gtk-doc-tools valgrind
40 sudo apt-get install nettle-dev guile-1.8-dev libtasn1-3-dev libp11-kit-dev
41 sudo apt-get install datefudge
43 To download the version controlled sources:
45 $ git clone git://git.savannah.gnu.org/gnutls.git
46 $ cd gnutls
48 The next step is to run autoreconf, ./configure, etc:
50 $ make bootstrap
52 Then build the project normally:
54 $ make
55 $ make check
57 Happy hacking!
59 ----------------------------------------------------------------------
60 Copying and distribution of this file, with or without modification,
61 are permitted in any medium without royalty provided the copyright
62 notice and this notice are preserved.