The gfbgraph package contains a GObject wrapper for the Facebook Graph API.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://download.gnome.org/sources/gfbgraph/0.2/gfbgraph-0.2.5.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gfbgraph/0.2/gfbgraph-0.2.5.tar.xz
Download MD5 sum: 05af5bd8af691a8e8de265fe061f6705
Download size: 280 KB
Estimated disk space required: 5.7 MB
Estimated build time: 0.1 SBU
gnome-online-accounts-3.44.0 and rest-0.8.1
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gfbgraph
Install gfbgraph by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not have a working testsuite.
Now, as the root user:
make libgfbgraphdocdir=/usr/share/doc/gfbgraph-0.2.5 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.