Automake-1.5 chokes on gst/Makefile.am, so updating requirement to 1.6.
[platform/upstream/gstreamer.git] / REQUIREMENTS
1 GStreamer uses a *large* array of tools and libraries, most of which are
2 optional.  We have attempted to make sure that any code that depends on
3 optional libraries doesn't get built unless you have those libraries.  If
4 you find this not to be the case, please, let us know by filing a bug
5 report at http://sourceforge.net/bugs/?group_id=1936.
6
7
8 Required libraries:
9 ===================
10
11 the latest glib2, currently at v2.0.4
12 libxml2         (also called gnome-xml, available from http://xmlsoft.org/)
13
14 These libraries are all central parts of gnome, and are available from the
15 ftp.gnome.org or its mirrors, amongst other places.
16
17
18 Optional libraries for Plugins:
19 ==============================
20
21 The vast number of optional libraries that can be used for plugins are
22 listed in the REQUIREMENTS document in the gst-plugins package.
23
24
25 Required tools:
26 ===============
27
28 An extra set of tools is required if you wish to build GStreamer out of
29 CVS (using autogen.sh):
30
31 autoconf 2.52
32 automake 1.6
33 libtool v1.4 or better
34 pkgconfig 0.9.0 (http://www.freedesktop.org/software/pkgconfig/)
35
36
37 Optional tools:
38 ===============
39
40 gtkdoc
41 db2html
42 fig2dev
43 xsltproc
44
45 To build pdf and ps version of docs
46 ===================================
47 passivetex
48 xmltex
49 tetex-dvips
50
51 Optional debian packages:
52 =========================
53
54 (This is an incomplete list, made only of problems which have been reported,
55 rather than by an audit.)
56 task-helix-gnome-dev   OR libgnome-dev
57
58 gtk-doc-tools 0.4-0.2  -- needed to build documentation
59
60 Alternatively, the docbook-gnome-bin package, which is available by adding the
61 following lines to apt's sources.list (/etc/apt/sources.list):
62
63 deb ftp://ftp.home-of-linux.org/pub/debian gnome/
64 deb-src ftp://ftp.home-of-linux.org/pub/debian gnome/