libgdata-0.18.1

Introduction to libgdata

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.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

libgdata Dependencies

Required

libsoup-2.74.3, gnome-online-accounts-3.50.4, GTK+-3.24.43, JSON-GLib-1.10.0, and Vala-0.56.17

Recommended

Optional

GTK-Doc-1.34.0 (for documentation), and liboauth-1.0.3 (for OAuth v1 support)

Installation of libgdata

Install libgdata by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr               \
            --buildtype=release         \
            -D gtk_doc=false            \
            -D always_build_tests=false \
            ..                          &&
ninja

This package does not come with a functional test suite.

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

-D gtk_doc=false: Remove this if you have GTK-Doc-1.34.0 installed and want to rebuild the documentation with it.

-D oauth1=enabled: Use this option if you wish to build in support for OAuth v1. Note that you must have liboauth-1.0.3 installed in order to enable this option.

Contents

Installed Programs: None
Installed Libraries: libgdata.so
Installed Directories: /usr/include/libgdata and /usr/share/gtk-doc/html/gdata

Short Descriptions

libgdata.so

contains the libgdata API functions