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.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgdata/0.12/libgdata-0.12.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgdata/0.12/libgdata-0.12.0.tar.xz
Download MD5 sum: ccf0bd3da08a9e86acf704ef71fb73d6
Download size: 1.2 MB
Estimated disk space required: 45 MB
Estimated build time: 0.8 SBU
liboauth-0.9.5 and libsoup-2.38.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, will generate network traffic for uploading and downloading, and seem to stall when testing Connection: Keep-Alive.
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 2012-05-16 16:39:28 +0000