librest 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-7.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/rest/0.7/rest-0.7.90.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/rest/0.7/rest-0.7.90.tar.xz
Download MD5 sum: 639d51e9e9276726db93b1b4c46887f2
Download size: 300 KB
Estimated disk space required: 7.0 MB
Estimated build time: 0.2 SBU
Certificate Authority Certificates and libsoup-2.40.3
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/librest
Install librest 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:
The configure script needs to be pointed to the certificates.
Last updated on 2013-01-25 16:32:25 +0000