The libsoup package contains an HTTP library implementation in C. This is useful for accessing HTTP servers in a completely asynchronous mode.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/libsoup-2.2.100.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/libsoup-2.2.100.tar.bz2
Download MD5 sum: 936e29d705aab0483b9a5b8860f68c13
Download size: 508 KB
Estimated disk space required: 12 MB
Estimated build time: 0.3 SBU
GLib-2.12.12 and libxml2-2.6.31
GTK-Doc-1.8, Apache-2.2.8 (required to run the test suite), PHP-5.2.3 compiled with XMLRPC-EPI support (only used for the XMLRPC regression tests), and GnuTLS-1.6.3
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libsoup
Install libsoup by running the following commands:
./configure --prefix=/usr && make
To test the results, issue make check.
Now, as the root
user:
make install
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild the API documentation.
Last updated on 2007-08-16 17:34:29 -0500