mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 12:32:13 +08:00
939653d8a2
Update to network-manager-applet-1.2.2 Tags (systemd/gnome migration and staging) ModemManager-1.4.14 (systemd/gnome migration and staging) libqmi-1.14.2 (systemd/gnome migration and staging) libmbim-1.12.4 (systemd/gnome migration and staging) GeoClue-2.3.4 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17553 af4574ff-66df-0310-9fd7-8a98e5e911e0
165 lines
4.3 KiB
XML
165 lines
4.3 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 geoclue2-download-http
|
|
"http://www.freedesktop.org/software/geoclue/releases/2.4/geoclue-&geoclue2-version;.tar.xz">
|
|
<!ENTITY geoclue2-download-ftp " ">
|
|
<!ENTITY geoclue2-md5sum "86381eeff164a890eb2178ceb5823cfe">
|
|
<!ENTITY geoclue2-size "384 KB">
|
|
<!ENTITY geoclue2-buildsize "16 MB">
|
|
<!ENTITY geoclue2-time "0.2 SBU">
|
|
]>
|
|
|
|
<sect1 id="geoclue2" xreflabel="GeoClue-&geoclue2-version;" revision="systemd">
|
|
<?dbhtml filename="geoclue2.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>GeoClue-&geoclue2-version;</title>
|
|
|
|
<indexterm zone="geoclue2">
|
|
<primary sortas="a-geoclue">GeoClue</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to GeoClue</title>
|
|
|
|
<para>
|
|
<application>GeoClue</application> is a modular geoinformation service
|
|
built on top of the <application>D-Bus</application> messaging system. The
|
|
goal of the <application>GeoClue</application> project is to make creating
|
|
location-aware applications as simple as possible.
|
|
</para>
|
|
|
|
&lfs79_checked;&gcc6_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&geoclue2-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&geoclue2-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &geoclue2-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &geoclue2-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &geoclue2-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &geoclue2-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">GeoClue Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="json-glib"/> and
|
|
<xref linkend="libsoup"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="ModemManager"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="libnotify"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/geoclue2"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of GeoClue</title>
|
|
|
|
<para>
|
|
Install <application>GeoClue</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</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>
|
|
|
|
<para>
|
|
<option>--disable-3g-source</option>: This switch disables
|
|
the 3G backend. Use it if you have not installed the
|
|
<application>ModemManager</application> package.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--disable-modem-gps-source</option>: This switch disables
|
|
the modem GPS backend. Use it if you have not installed the
|
|
<application>ModemManager</application> package.
|
|
</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>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
/etc/geoclue,
|
|
/usr/include/libgeoclue-2.0, and
|
|
/usr/libexec/geoclue-2.0
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|