The libgdata package is a GLib-based library for accessing online service APIs using the GData protocol, most notably, Google's services. It provides APIs to access the common Google services and has full asynchronous support.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgdata/0.17/libgdata-0.17.9.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgdata/0.17/libgdata-0.17.9.tar.xz
Download MD5 sum: cd41fec52a0f0ba999eb60025e0ac806
Download size: 1.4 MB
Estimated disk space required: 64 MB (with tests)
Estimated build time: 0.7 SBU (with tests)
liboauth-1.0.3, libsoup-2.60.3, GTK+-3.22.28, JSON-GLib-1.4.2, uhttpmock-0.5.1, and Vala-0.38.8
Gcr-3.20.0, git-2.16.2, gnome-online-accounts-3.26.2, and gobject-introspection-1.54.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgdata
Install libgdata by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check. Note that the tests need network access.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2018-02-28 04:00:24 -0800