The gfbgraph package contains a GObject wrapper for the Facebook Graph API.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gfbgraph/0.2/gfbgraph-0.2.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gfbgraph/0.2/gfbgraph-0.2.4.tar.xz
Download MD5 sum: c38af63e49f8fe8baad99537956b69ba
Download size: 40 KB
Estimated disk space required: 7.0 MB
Estimated build time: 0.1 SBU
gnome-online-accounts-3.36.0 and rest-0.8.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gfbgraph
Install gfbgraph by running the following commands:
./autogen.sh --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.4 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 2020-08-26 12:25:44 -0700