glfs/networking/netlibs/libnma.xml

188 lines
5.2 KiB
XML
Raw Normal View History

<?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 libnma-download-http "&gnome-download-http;/libnma/1.8/libnma-&libnma-version;.tar.xz">
<!ENTITY libnma-download-ftp "&gnome-download-ftp;/libnma/1.8/libnma-&libnma-version;.tar.xz">
<!ENTITY libnma-md5sum "10505d481f650442246f9c957e90219b">
<!ENTITY libnma-size "1.3 MB">
<!ENTITY libnma-buildsize "24 MB">
<!ENTITY libnma-time "0.1 SBU (with tests)">
]>
<sect1 id="libnma" xreflabel="libnma-&libnma-version;">
<?dbhtml filename="libnma.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>libnma-&libnma-version;</title>
<indexterm zone="libnma">
<primary sortas="a-libnma">libnma</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to libnma</title>
<para>
The <application>libnma</application> package contains an implementation
of the <application>NetworkManager</application> GUI functions.
</para>
&lfs110_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&libnma-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&libnma-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &libnma-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &libnma-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &libnma-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &libnma-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">libnma Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gcr"/>,
<xref linkend="gtk3"/>,
<xref linkend="iso-codes"/>, and
<xref linkend="NetworkManager"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="vala"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="&gnome-download-http;/mobile-broadband-provider-info">mobile-broadband-provider-info</ulink>
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/libnma"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of libnma</title>
<para>
Install <application>libnma</application> by running the following
commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr \
2021-06-04 20:57:26 +08:00
--buildtype=release \
-Dgtk_doc=false \
-Dmobile_broadband_provider_info=false .. &amp;&amp;
ninja</userinput></screen>
<para>
To test the results, issue: <command>ninja test</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
2021-06-04 20:57:26 +08:00
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/meson-buildtype-release.xml"/>
<para>
<parameter>-Dgtk_doc=false</parameter>: This parameter disables
generating API documentation using gtk-doc. If you have
<xref role="nodep" linkend="gtk-doc"/> installed and wish to
generate the API documentation, omit this switch.
</para>
<para>
<parameter>-Dmobile_broadband_provider_info=false</parameter>: This
switch disables WWAN support because mobile-broadband-provider-info is
not in BLFS. Omit this switch if you have it installed and wish to
enable WWAN support.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libnma.so
</seg>
<seg>
/usr/include/libnma
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="libnma-lib">
<term><filename class="libraryfile">libnma.so</filename></term>
<listitem>
<para>
contains the <application>NetworkManager</application> GUI library
</para>
<indexterm zone="libnma libnma-lib">
<primary sortas="c-libnma">libnma.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>