source: trunk/third/gstreamer/DOCBUILDING @ 21448

Revision 21448, 868 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21447, which included commits to RCS files with non-trunk default branches.
Line 
1Building GStreamer documentation
2
3
4DOCUMENTATION
5-------------
6
7To build the GStreamer documentation you need the following installed (based on Red Hat packages).
8These packages comes from rawhide and are the ones that will be in Red Hat 7.3/8.0
9
10Docbook stuff:
11sgml-common
12xml-common
13openjade (needs to be rebuilt from SRPM for Red Hat 7.2)
14tetex-dvips
15jadetex
16docbook-dtds     
17docbook-style-dsssl
18docbook-style-xsl
19docbook-utils
20
21XML stuff:
22libxml2
23libxml2-python
24libxml2-devel
25libxslt
26libxslt-devel
27libxslt-python
28
29
30
31Gtkdoc:
32gtk-doc
33
34Other stuff:
35transfig
36pdftops
37
38
39
40
41
42DEVHELP INTEGRATION
43-------------------
44Check http://www.imendio.com/projects/devhelp/
45It's a really nice development app allowing you to look up API stuff
46from various gtk-doc'd libraries.  GStreamer is one of these ;)
47
48gtk-doc generates both html API docs and the matching .devhelp files
Note: See TracBrowser for help on using the repository browser.