source: trunk/third/gstreamer/DOCBUILDING @ 18714

Revision 18714, 1.1 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18713, 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://devhelp.sourceforge.net/
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
48Currently we keep our devhelp files in CVS until devhelp has settled down.
49
50We'll keep them in a devhelp/ directory
51
52For now, I put tools to generate the devhelp files in this dir, as well as
53the generated devhelp files.  It's easier to have one person generate the
54devhelp files once in a while than to do it in every build.  Until devhelp
55settles down or we get a clue, that is ;)
56
Note: See TracBrowser for help on using the repository browser.