Difference between revisions of "Gtk-Doc"
From CBLFS
Jump to navigationJump to search (I added the package description from BLFS.) |
|||
Line 6: | Line 6: | ||
---- | ---- | ||
+ | |||
+ | == Introduction to GTK-Doc == | ||
+ | |||
+ | The GTK-Doc package contains a code documentor. This is useful for extracting specially formatted comments from the code to create API documentation. This package is optional; if it is not installed, packages will not build the documentation. This does not mean that you will not have any documentation. If GTK-Doc is not available, the install process will copy any pre-built documentation to your system. | ||
== Dependencies == | == Dependencies == |
Revision as of 21:54, 3 December 2006
Download Source: | http://ftp.gnome.org/pub/gnome/sources/gtk-doc/1.7/gtk-doc-1.7.tar.bz2 |
---|
Contents
Introduction to GTK-Doc
The GTK-Doc package contains a code documentor. This is useful for extracting specially formatted comments from the code to create API documentation. This package is optional; if it is not installed, packages will not build the documentation. This does not mean that you will not have any documentation. If GTK-Doc is not available, the install process will copy any pre-built documentation to your system.
Dependencies
Required
Optional
Non-Multilib or Multilib
Compile the package:
./configure --prefix=/usr --localstatedir=/var/lib && make
Install the package
make install