mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
8b9cf4cf95
Update to libgudev-234 Update to glib-2.66.0 Update to gobject-introspection-1.66.0 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23719 af4574ff-66df-0310-9fd7-8a98e5e911e0
174 lines
4.7 KiB
XML
174 lines
4.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libgudev-download-http
|
|
"&gnome-download-http;/libgudev/&libgudev-version;/libgudev-&libgudev-version;.tar.xz">
|
|
<!ENTITY libgudev-download-ftp
|
|
"&gnome-download-ftp;/libgudev/&libgudev-version;/libgudev-&libgudev-version;.tar.xz">
|
|
<!ENTITY libgudev-md5sum "386889d460003a4242a64cb47244a39a">
|
|
<!ENTITY libgudev-size "268 KB">
|
|
<!ENTITY libgudev-buildsize "4.1 MB">
|
|
<!ENTITY libgudev-time "less than 0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="libgudev" xreflabel="libgudev-&libgudev-version;">
|
|
<?dbhtml filename="libgudev.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libgudev-&libgudev-version;</title>
|
|
|
|
<indexterm zone="libgudev">
|
|
<primary sortas="a-libgudev">libgudev</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libgudev</title>
|
|
|
|
<para>
|
|
The <application>libgudev</application> package contains
|
|
GObject bindings for libudev.
|
|
</para>
|
|
|
|
&lfs10_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libgudev-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libgudev-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libgudev-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libgudev-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libgudev-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libgudev-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="glib2"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gobject-introspection"/> (for gir-data, needed for GNOME),
|
|
<xref linkend="gtk-doc"/>, and
|
|
<xref linkend="umockdev"/> (for testing)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libgudev"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libgudev</title>
|
|
|
|
<para>
|
|
Install <application>libgudev</application> by running
|
|
the following commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-umockdev &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
If you wish to run the test suite, omit "--disable-umockdev" from the
|
|
configure command and then issue: <command>make check</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
|
|
|
<para>
|
|
<parameter>--disable-umockdev</parameter>: Disables the usage of
|
|
<xref role="nodep" linkend="umockdev"/>. Omit this switch if you
|
|
wish to run the test suite.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libgudev-1.0.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/gudev-1.0 and
|
|
/usr/share/gtk-doc/html/gudev
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libgudev-1.0">
|
|
<term><filename class="libraryfile">libgudev-1.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is a GObject-based wrapper library for libudev.
|
|
</para>
|
|
<indexterm zone="libgudev libgudev-1.0">
|
|
<primary sortas="c-libgudev-1.0">libgudev-1.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|