Libsoup-2.2.3

Introduction to Libsoup

The libsoup package contains an HTTP library implementation in C. This is useful for accessing HTTP servers in a completely asynchronous mode.

Package Information

Libsoup Dependencies

Required

GLib-2.6.4 and libxml2-2.6.20

Optional

GTK-Doc-1.3 and GnuTLS (which needs libgpg-error then libgcrypt)

Installation of Libsoup

Install libsoup by running the following commands:

./configure --prefix=/usr &&
make

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Library: libsoup-2.2.[so,a]
Installed Directories: /usr/include/libsoup-2.2 and /usr/share/gtk-doc/html/libsoup

Short Descriptions

libsoup-2.2.[so,a]

provides functions for asynchronous HTTP connections.

Last updated on 2005-08-01 13:29:19 -0600