The libzapojit package contains a GObject wrapper for the SkyDrive and Hotmail REST APIs.
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/libzapojit/0.0/libzapojit-0.0.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libzapojit/0.0/libzapojit-0.0.3.tar.xz
Download MD5 sum: 9de0d94e2c6a86852133a6f2f0b5fee1
Download size: 268 KB
Estimated disk space required: 3.8 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libzapojit
Install libzapojit by running the following commands:
./configure --prefix=/usr \ --disable-static \ --docdir=/usr/share/doc/libzapojit-0.0.3 && make
This package does not come with a testsuite.
Now, as the root
user:
make 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