The rest package contains a library that was designed to make it easier to access web services that claim to be "RESTful". It includes convenience wrappers for libsoup and libxml to ease remote use of the RESTful API.
This package is known to build and work properly using an LFS-8.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/rest/0.8/rest-0.8.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/rest/0.8/rest-0.8.0.tar.xz
Download MD5 sum: 07ae736561aab03ee9bdd451445926ba
Download size: 328 KB
Estimated disk space required: 14 MB (with tests)
Estimated build time: 0.4 SBU (with tests)
Certificate Authority Certificates and libsoup-2.56.0
GTK-Doc-1.25 and LCOV
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/rest
Install rest by running the following commands:
./configure --prefix=/usr \ --with-ca-certificates=/etc/ssl/ca-bundle.crt && make
To test the results, issue: make check.
Now, as the root
user:
make install
--with-ca-certificates=/etc/ssl/ca-bundle.crt
:
This switch sets the location of the BLFS Certificate Authority
Certificates bundle.
--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-16 19:24:14 -0800