The gfbgraph package contains a GObject wrapper for the Facebook Graph API.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gfbgraph/0.2/gfbgraph-0.2.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gfbgraph/0.2/gfbgraph-0.2.2.tar.xz
Download MD5 sum: af796932cec99e6da8e21174caf28ee3
Download size: 260 KB
Estimated disk space required: 4.4 MB
Estimated build time: less than 0.1 SBU
User Notes: http://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.2 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 2014-08-25 18:22:00 -0700