Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
gio/ | 03-May-2024 | - | 2,105 | 1,952 | ||
glib/ | 03-May-2024 | - | 33,066 | 22,749 | ||
gobject/ | 03-May-2024 | - | 6,777 | 5,618 | ||
.gitignore | D | 03-May-2024 | 169 | 16 | 15 | |
AUTHORS | D | 03-May-2024 | 122 | 8 | 4 | |
COPYING | D | 03-May-2024 | 1.7 KiB | 31 | 27 | |
ChangeLog | D | 03-May-2024 | 113.8 KiB | 4,153 | 2,482 | |
Makefile.am | D | 03-May-2024 | 64 | 4 | 2 | |
NEWS | D | 03-May-2024 | 0 | |||
README | D | 03-May-2024 | 1.2 KiB | 64 | 38 |
README
1This package contains the reference documentation 2for GLib. For more information about Glib, 3see: 4 5 http://www.gtk.org 6 7For information about contributing to the 8GLib/GTK+ reference documentation project, see: 9 10 http://www.gtk.org/rdp/ 11 12The GLib reference documentation is freely redistributable, 13see the file COPYING for details. 14 15 16REQUIREMENTS 17============ 18 19To build the documentation, you must have the gtk-doc 20package installed. To rebuild the template files, 21you must have the current version of the GLib 22header files installed. 23 24 25BUILD 26===== 27 28First, run configure to generate the makefiles for this 29module. There is one option specific to this package 30 31 --with-html-dir=DIR top of installed HTML documentation tree 32 33 34The Makefiles for this module define three targets: 35 36 templates: 37 38 Scan the headers and merge the results with the current 39 template files 40 41 sgml: 42 43 Generate SGML files using the DocBook DTD from 44 the template files 45 46 html: 47 48 Generate HTML from the SGML files. 49 50To build the documentation, do: 51 52 make sgml 53 make html 54 55You should only run the 'make templates' step if you 56need to regenerate the templates for a more recent 57version of the GLib sources. 58 59 60INSTALLATION 61============ 62 63 make install 64