source: trunk/third/gstreamer/REQUIREMENTS @ 21005

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