• Home
Name
Date
Size
#Lines
LOC

..--

gio/03-May-2024-2,1051,952

glib/03-May-2024-33,06622,749

gobject/03-May-2024-6,7775,618

.gitignoreD03-May-2024169 1615

AUTHORSD03-May-2024122 84

COPYINGD03-May-20241.7 KiB3127

ChangeLogD03-May-2024113.8 KiB4,1532,482

Makefile.amD03-May-202464 42

NEWSD03-May-20240

READMED03-May-20241.2 KiB6438

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