A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU Which | HOME | P11-Kit 64-bit » |
Name: GTK-Doc
Summary: A tool to generate API documentation from formatted code comments
License: GPL v2.0 or later
Version: 1.36
URL: https://download.gnome.org/sources/gtk-doc/1.36/gtk-doc-1.36.0.tar.xz
Average Build Time: less than 0.1 SBU
Used Install Space: 14 MiB
To configure GTK-Doc for install into the build root, run the following command:
mkdir -p build && cd build
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D tests=false
To compile GTK-Doc, run the following command:
ninja
The test suite cannot be tested before installation.
Finally, to install GTK-Doc into the build tree, run the following command:
ninja install
| Contents | |
|---|---|
| Installed Programs | gtkdocize, gtkdoc-check, gtkdoc-depscan, gtkdoc-fixxref, gtkdoc-mkdb, gtkdoc-mkhtml, gtkdoc-mkhtml2, gtkdoc-mkman, gtkdoc-mkpdf, gtkdoc-rebase, gtkdoc-scan, and gtkdoc-scangobj |
| Navigation | ||
|---|---|---|
| « GNU Which | HOME | P11-Kit 64-bit » |