libcloudproviders-0.3.6

Introduction to libcloudproviders

The libcloudproviders package contains a library which provides a DBus API that allows cloud storage sync clients to expose their services.

[Note]

Note

This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.

Package Information

libcloudproviders Dependencies

Required

GLib-2.86.4 (with GObject Introspection) and Vala-0.56.18

Optional

GTK-Doc-1.35.1

Installation of libcloudproviders

Install libcloudproviders by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&
ninja

This package does not come with a 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 enable-gtk-doc: Use this switch if you have GTK-Doc-1.35.1 installed and wish to generate the API documentation.

Contents

Installed Programs: None
Installed Libraries: libcloudproviders.so
Installed Directories: /usr/include/cloudproviders

Short Descriptions

libcloudproviders.so

contains functions that provide a DBus API to allow cloud storage sync clients to expose their services