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-7.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgdata/0.15/libgdata-0.15.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgdata/0.15/libgdata-0.15.2.tar.xz
Download MD5 sum: 2489ee3f5d27dfdd3804fc8f79491e15
Download size: 1.5 MB
Estimated disk space required: 45 MB
Estimated build time: 0.5 SBU
liboauth-1.0.3, libsoup-2.46.0, JSON-GLib-1.0.2, and uhttpmock-0.3.1
Gcr-3.12.2, gnome-online-accounts-3.12.4, and gobject-introspection-1.40.0
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 2014-08-24 14:30:50 -0700