mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
remove empty dirs; move docbuilding notes
Original commit message from CVS: remove empty dirs; move docbuilding notes
This commit is contained in:
parent
c93648783a
commit
01a038bd56
2 changed files with 45 additions and 48 deletions
48
DOCBUILDING
48
DOCBUILDING
|
@ -1,48 +0,0 @@
|
||||||
Building GStreamer documentation
|
|
||||||
|
|
||||||
|
|
||||||
DOCUMENTATION
|
|
||||||
-------------
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
Docbook stuff:
|
|
||||||
sgml-common
|
|
||||||
xml-common
|
|
||||||
openjade (needs to be rebuilt from SRPM for Red Hat 7.2)
|
|
||||||
tetex-dvips
|
|
||||||
jadetex
|
|
||||||
docbook-dtds
|
|
||||||
docbook-style-dsssl
|
|
||||||
docbook-style-xsl
|
|
||||||
docbook-utils
|
|
||||||
|
|
||||||
XML stuff:
|
|
||||||
libxml2
|
|
||||||
libxml2-python
|
|
||||||
libxml2-devel
|
|
||||||
libxslt
|
|
||||||
libxslt-devel
|
|
||||||
libxslt-python
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Gtkdoc:
|
|
||||||
gtk-doc
|
|
||||||
|
|
||||||
Other stuff:
|
|
||||||
transfig
|
|
||||||
pdftops
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DEVHELP INTEGRATION
|
|
||||||
-------------------
|
|
||||||
Check http://www.imendio.com/projects/devhelp/
|
|
||||||
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 ;)
|
|
||||||
|
|
||||||
gtk-doc generates both html API docs and the matching .devhelp files
|
|
45
docs/README
45
docs/README
|
@ -284,3 +284,48 @@ RANDOM THINGS I'VE LEARNED
|
||||||
For now, we need to hack around it by copying xml to the build dir.
|
For now, we need to hack around it by copying xml to the build dir.
|
||||||
|
|
||||||
|
|
||||||
|
Building GStreamer documentation
|
||||||
|
|
||||||
|
|
||||||
|
(old) DOCUMENTATION BUILDING NOTES
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
Docbook stuff:
|
||||||
|
sgml-common
|
||||||
|
xml-common
|
||||||
|
openjade (needs to be rebuilt from SRPM for Red Hat 7.2)
|
||||||
|
tetex-dvips
|
||||||
|
jadetex
|
||||||
|
docbook-dtds
|
||||||
|
docbook-style-dsssl
|
||||||
|
docbook-style-xsl
|
||||||
|
docbook-utils
|
||||||
|
|
||||||
|
XML stuff:
|
||||||
|
libxml2
|
||||||
|
libxml2-python
|
||||||
|
libxml2-devel
|
||||||
|
libxslt
|
||||||
|
libxslt-devel
|
||||||
|
libxslt-python
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Gtkdoc:
|
||||||
|
gtk-doc
|
||||||
|
|
||||||
|
Other stuff:
|
||||||
|
transfig
|
||||||
|
pdftops
|
||||||
|
|
||||||
|
DEVHELP INTEGRATION
|
||||||
|
-------------------
|
||||||
|
Check http://www.imendio.com/projects/devhelp/
|
||||||
|
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 ;)
|
||||||
|
|
||||||
|
gtk-doc generates both html API docs and the matching .devhelp files
|
||||||
|
|
Loading…
Reference in a new issue