mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
more docbuilding notes
Original commit message from CVS: more docbuilding notes
This commit is contained in:
parent
5a6cf24c16
commit
70f292f601
1 changed files with 22 additions and 1 deletions
23
DOCBUILDING
23
DOCBUILDING
|
@ -1,4 +1,8 @@
|
||||||
Builind GStreamer documentation.
|
Building GStreamer documentation
|
||||||
|
|
||||||
|
|
||||||
|
DOCUMENTATION
|
||||||
|
-------------
|
||||||
|
|
||||||
To build the GStreamer documentation you need the following installed (based on Red Hat packages).
|
To build the GStreamer documentation you need the following installed (based on Red Hat packages).
|
||||||
These packages comes from rawhide and are the ones that will be in Red Hat 7.3/8.0
|
These packages comes from rawhide and are the ones that will be in Red Hat 7.3/8.0
|
||||||
|
@ -33,3 +37,20 @@ pdftops
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
DEVHELP INTEGRATION
|
||||||
|
-------------------
|
||||||
|
Check http://devhelp.sourceforge.net/
|
||||||
|
It's a really nice development app allowing you to look up API stuff
|
||||||
|
from various gtk-doc'd libraries. GStreamer is one of these ;)
|
||||||
|
|
||||||
|
Currently we keep our devhelp files in CVS until devhelp has settled down.
|
||||||
|
|
||||||
|
We'll keep them in a devhelp/ directory
|
||||||
|
|
||||||
|
For now, I put tools to generate the devhelp files in this dir, as well as
|
||||||
|
the generated devhelp files. It's easier to have one person generate the
|
||||||
|
devhelp files once in a while than to do it in every build. Until devhelp
|
||||||
|
settles down or we get a clue, that is ;)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue