The libsoup is HTTP client/server library for GNOME. It uses GObject and the GLib main loop to integrate with GNOME applications and it also has asynchronous API for use in threaded applications.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsoup/2.42/libsoup-2.42.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.42/libsoup-2.42.2.tar.xz
Download MD5 sum: 7d19a84f9eecba53187f5c2ae13fd83e
Download size: 716 KB
Estimated disk space required: 35 MB
Estimated build time: 0.3 SBU
glib-networking-2.36.2, libxml2-2.9.1 and SQLite-3.8.0.2
Apache-2.4.6 (required to run the test suite), cURL-7.32.0 (required to run the test suite), GTK-Doc-1.19, PHP-5.5.3 compiled with XMLRPC-EPI support (only used for the XMLRPC regression tests) and Samba-4.0.9 (ntlm_auth is required to run the test suite).
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsoup
Install libsoup by running the following commands:
./configure --prefix=/usr --disable-static && make
To test the results, issue: make check.
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 2013-08-25 04:52:57 -0700