1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY libgdata-download-http "&gnome-download-http;/libgdata/0.16/libgdata-&libgdata-version;.tar.xz">
|
---|
8 | <!ENTITY libgdata-download-ftp "&gnome-download-ftp;/libgdata/0.16/libgdata-&libgdata-version;.tar.xz">
|
---|
9 | <!ENTITY libgdata-md5sum "eb552a8a8482e4231a3d1baf7262e64d">
|
---|
10 | <!ENTITY libgdata-size "1.5 MB">
|
---|
11 | <!ENTITY libgdata-buildsize "62 MB">
|
---|
12 | <!ENTITY libgdata-time "0.5 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="libgdata" xreflabel="libgdata-&libgdata-version;">
|
---|
16 | <?dbhtml filename="libgdata.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>libgdata-&libgdata-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="libgdata">
|
---|
26 | <primary sortas="a-libgdata">libgdata</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to libgdata</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>libgdata</application> package is a GLib-based
|
---|
34 | library for accessing online service APIs using the GData protocol, most
|
---|
35 | notably, Google's services. It provides APIs to access the common Google
|
---|
36 | services and has full asynchronous support.
|
---|
37 | </para>
|
---|
38 |
|
---|
39 | &lfs77_checked;
|
---|
40 |
|
---|
41 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
42 | <itemizedlist spacing="compact">
|
---|
43 | <listitem>
|
---|
44 | <para>
|
---|
45 | Download (HTTP): <ulink url="&libgdata-download-http;"/>
|
---|
46 | </para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>
|
---|
50 | Download (FTP): <ulink url="&libgdata-download-ftp;"/>
|
---|
51 | </para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download MD5 sum: &libgdata-md5sum;
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Download size: &libgdata-size;
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Estimated disk space required: &libgdata-buildsize;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | <listitem>
|
---|
69 | <para>
|
---|
70 | Estimated build time: &libgdata-time;
|
---|
71 | </para>
|
---|
72 | </listitem>
|
---|
73 | </itemizedlist>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect3">libgdata Dependencies</bridgehead>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
78 | <para role="required">
|
---|
79 | <xref linkend="liboauth"/>,
|
---|
80 | <xref linkend="libsoup"/>, and
|
---|
81 | <xref linkend="json-glib"/>
|
---|
82 | </para>
|
---|
83 |
|
---|
84 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
85 | <para role="recommended">
|
---|
86 | <xref linkend="gcr"/>,
|
---|
87 | <xref linkend="gnome-online-accounts"/>,
|
---|
88 | <xref linkend="gobject-introspection"/>, and
|
---|
89 | <xref linkend="uhttpmock"/>
|
---|
90 | </para>
|
---|
91 |
|
---|
92 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
93 | <para role="optional">
|
---|
94 | <xref linkend="gtk-doc"/>
|
---|
95 | </para>
|
---|
96 |
|
---|
97 | <para condition="html" role="usernotes">User Notes:
|
---|
98 | <ulink url="&blfs-wiki;/libgdata"/>
|
---|
99 | </para>
|
---|
100 | </sect2>
|
---|
101 |
|
---|
102 | <sect2 role="installation">
|
---|
103 | <title>Installation of libgdata</title>
|
---|
104 |
|
---|
105 | <para>
|
---|
106 | Install <application>libgdata</application> by running the following
|
---|
107 | commands:
|
---|
108 | </para>
|
---|
109 |
|
---|
110 | <screen><userinput>./configure --prefix=/usr --disable-static &&
|
---|
111 | make</userinput></screen>
|
---|
112 |
|
---|
113 | <para>
|
---|
114 | To test the results, issue: <command>make check</command>. Note that
|
---|
115 | the tests need network access. At least one test is known to hang.
|
---|
116 | </para>
|
---|
117 |
|
---|
118 | <para>
|
---|
119 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
120 | </para>
|
---|
121 |
|
---|
122 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
123 |
|
---|
124 | </sect2>
|
---|
125 |
|
---|
126 | <sect2 role="commands">
|
---|
127 | <title>Command Explanations</title>
|
---|
128 |
|
---|
129 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
130 | href="../../xincludes/static-libraries.xml"/>
|
---|
131 |
|
---|
132 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
133 | href="../../xincludes/gtk-doc-rebuild.xml"/>
|
---|
134 |
|
---|
135 | </sect2>
|
---|
136 |
|
---|
137 | <sect2 role="content">
|
---|
138 | <title>Contents</title>
|
---|
139 |
|
---|
140 | <segmentedlist>
|
---|
141 | <segtitle>Installed Programs</segtitle>
|
---|
142 | <segtitle>Installed Libraries</segtitle>
|
---|
143 | <segtitle>Installed Directories</segtitle>
|
---|
144 |
|
---|
145 | <seglistitem>
|
---|
146 | <seg>
|
---|
147 | None
|
---|
148 | </seg>
|
---|
149 | <seg>
|
---|
150 | libgdata.so
|
---|
151 | </seg>
|
---|
152 | <seg>
|
---|
153 | /usr/include/libgdata and
|
---|
154 | /usr/share/gtk-doc/html/gdata
|
---|
155 | </seg>
|
---|
156 | </seglistitem>
|
---|
157 | </segmentedlist>
|
---|
158 |
|
---|
159 | <variablelist>
|
---|
160 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
161 | <?dbfo list-presentation="list"?>
|
---|
162 | <?dbhtml list-presentation="table"?>
|
---|
163 |
|
---|
164 | <varlistentry id="libgdata-lib">
|
---|
165 | <term><filename class="libraryfile">libgdata.so</filename></term>
|
---|
166 | <listitem>
|
---|
167 | <para>
|
---|
168 | contains the <application>libgdata</application> API functions.
|
---|
169 | </para>
|
---|
170 | <indexterm zone="libgdata libgdata-lib">
|
---|
171 | <primary sortas="c-libgdata">libgdata.so</primary>
|
---|
172 | </indexterm>
|
---|
173 | </listitem>
|
---|
174 | </varlistentry>
|
---|
175 |
|
---|
176 | </variablelist>
|
---|
177 |
|
---|
178 | </sect2>
|
---|
179 |
|
---|
180 | </sect1>
|
---|