The GNOME Online Accounts package contains a framework used to access the user's online accounts.
This package is known to build and work properly using an LFS-8.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-online-accounts/3.22/gnome-online-accounts-3.22.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-online-accounts/3.22/gnome-online-accounts-3.22.4.tar.xz
Download MD5 sum: 38325287e9df34ea3e16cc2810fdd748
Download size: 1.3 MB
Estimated disk space required: 46 MB
Estimated build time: 0.5 SBU
Gcr-3.20.0, JSON-GLib-1.2.2, rest-0.8.0, telepathy-glib-0.24.1, Vala-0.34.4, and WebKitGTK+-2.14.5
Cheese-3.22.1 (for camera tracking support), GTK-Doc-1.25, MIT Kerberos V5-1.15, Valgrind-3.12.0, libaccounts-glib, and account-plugins
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-online-accounts
Install GNOME Online Accounts by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-kerberos
: Use this switch if
you have installed MIT Kerberos V5-1.15 and wish to
use it with GNOME Online Accounts.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2017-02-19 13:23:34 -0800