added list of requrements
[platform/upstream/gstreamer.git] / REQUIREMENTS
1 GStreamer use 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 glib v1.2.0 or better
11 gtk+ v1.2.0 or better
12 libxml
13
14 Optional libraries:
15 ===================
16 gdk_pixbuf      (for videosink)
17 libghttp        (for httpsrc)
18 libgnomeui      (for gstplay, gsteditor, autoplug example, several tests)
19 libglade        (for gstplay, gsteditor)
20
21
22
23 An extra set of tools is required if you wish to build GStreamer out of
24 CVS (using autogen.sh):
25
26 autoconf
27 automake v1.4 or better
28 libtool v1.3.5 or better