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 an asynchronous API for use in threaded applications.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsoup/2.44/libsoup-2.44.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.44/libsoup-2.44.2.tar.xz
Download MD5 sum: 92aa3667357157e8f3489bcca287f2fa
Download size: 732 KB
Estimated disk space required: 27 MB (additional 2 MB to run the test suite)
Estimated build time: 0.5 SBU (additional 0.2 SBU to run the test suite)
glib-networking-2.38.2, libxml2-2.9.1 and SQLite-3.8.3.1
Apache-2.4.7 (required to run the test suite), cURL-7.35.0 (required to run the test suite), GTK-Doc-1.19, PHP-5.5.9 compiled with XMLRPC-EPI support (only used for the XMLRPC regression tests) and Samba-4.1.4 (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 2014-02-25 11:00:30 -0800