source: general/genlib/gamin.xml@ 060409a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 060409a was 060409a, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed validation error in the Gamin instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5153 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gamin-download-http "http://www.gnome.org/~veillard/gamin/sources/gamin-&gamin-version;.tar.gz">
8 <!ENTITY gamin-download-ftp "">
9 <!ENTITY gamin-md5sum "1db7eef6d73fba604efcc370352ad2c4">
10 <!ENTITY gamin-size "373 KB">
11 <!ENTITY gamin-buildsize "4.0 MB">
12 <!ENTITY gamin-time "0.08 SBU">
13]>
14
15<sect1 id="gamin" xreflabel="Gamin-&gamin-version;">
16 <?dbhtml filename="gamin.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: randy $</othername>
20 <date>$Date: 2005-07-27 11:35:22 -0500 (Wed, 27 Jul 2005) $</date>
21 </sect1info>
22
23 <title>Gamin-&gamin-version;</title>
24
25 <sect2 role="package">
26 <title>Introduction to Gamin</title>
27
28 <para>The <application>Gamin</application> package contains a
29 File Alteration Monitor which is useful for notifying applications of
30 changes to the file system. Gamin is compatible with <ulink
31 url="http://oss.sgi.com/projects/fam/">FAM</ulink>.</para>
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>Download (HTTP): <ulink url="&gamin-download-http;"/></para>
37 </listitem>
38 <listitem>
39 <para>Download (FTP): <ulink url="&gamin-download-ftp;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download MD5 sum: &gamin-md5sum;</para>
43 </listitem>
44 <listitem>
45 <para>Download size: &gamin-size;</para>
46 </listitem>
47 <listitem>
48 <para>Estimated disk space required: &gamin-buildsize;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated build time: &gamin-time;</para>
52 </listitem>
53 </itemizedlist>
54
55 <bridgehead renderas="sect3">Gamin Dependencies</bridgehead>
56
57 <bridgehead renderas="sect4">Required</bridgehead>
58 <para><xref linkend="glib2"/></para>
59
60 <bridgehead renderas="sect4">Optional</bridgehead>
61 <para><xref linkend="gtk-doc"/> (for building API documentation),
62 <xref linkend="doxygen"/> (for building documentation),
63 <xref linkend="python"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of Gamin</title>
69
70 <para>Install <application>Gamin</application> by running the
71 following commands:</para>
72
73<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin &amp;&amp;
74make</userinput></screen>
75
76 <para>To test the results, issue: <command>make check</command>.</para>
77
78 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
79
80<screen role="root"><userinput>make install</userinput></screen>
81
82 </sect2>
83
84 <sect2 role="configuration">
85 <title>Configuring Gamin</title>
86
87 <sect3>
88 <title>Configuration Information</title>
89
90 <para>No configuration is generally required and the default options
91 should work for most users. See
92 <ulink url="http://www.gnome.org/~veillard/gamin/config.html"/> for
93 details.</para>
94
95 </sect3>
96
97 </sect2>
98
99 <sect2 role="content">
100 <title>Contents</title>
101
102 <segmentedlist>
103 <segtitle>Installed Program</segtitle>
104 <segtitle>Installed Library</segtitle>
105 <segtitle>Installed Directories</segtitle>
106
107 <seglistitem>
108 <seg>gam_server</seg>
109 <seg>libfam.[so,a], libgamin.[so,a]</seg>
110 <seg>None</seg>
111 </seglistitem>
112 </segmentedlist>
113
114 <variablelist>
115 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
116 <?dbfo list-presentation="list"?>
117 <?dbhtml list-presentation="table"?>
118
119 <varlistentry id="gam_server">
120 <term><command>gam_server</command></term>
121 <listitem>
122 <para>is the file alteration monitor daemon that is started on demand
123 for each user.</para>
124 <indexterm zone="gamin gam_server">
125 <primary sortas="b-gam_server">gam_server</primary>
126 </indexterm>
127 </listitem>
128 </varlistentry>
129
130 <varlistentry id="libgamin">
131 <term><filename class='libraryfile'>libgamin.[so,a]</filename></term>
132 <listitem>
133 <para>contains functions that support the file allocation monitor.</para>
134 <indexterm zone="gamin libgamin">
135 <primary sortas="c-libgamin">libgamin.[so,a]</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="libfam">
141 <term><filename class='libraryfile'>libfam.[so,a]</filename></term>
142 <listitem>
143 <para>contains functions that provide compatibility with FAM.</para>
144 <indexterm zone="gamin libfam">
145 <primary sortas="c-libfam">libfam.[so,a]</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 </variablelist>
151
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.