The libsoup is a 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-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libsoup/2.64/libsoup-2.64.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.64/libsoup-2.64.2.tar.xz
Download MD5 sum: cac755dc6c6acd6e0c70007f547548f5
Download size: 1.7 MB
Estimated disk space required: 23 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
glib-networking-2.58.0, libpsl-0.20.2, libxml2-2.9.9 and SQLite-3.27.1
gobject-introspection-1.58.3 and Vala-0.42.5
Apache-2.4.38 (required to run the test suite), cURL-7.64.0 (required to run the test suite), MIT Kerberos V5-1.17 (required to run the test suite), GTK-Doc-1.29, PHP-7.3.2 compiled with XMLRPC-EPI support (only used for the XMLRPC regression tests) and Samba-4.9.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:
mkdir build && cd build && meson --prefix=/usr -Dvapi=true -Dgssapi=false .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Dvapi=false
: use this if you have not
installed Vala, e.g. because you
are not building GNOME.
-Ddoc=true
: Use this option if you want
to build the documentation. Note that you must have GTK-Doc-1.29 installed.
-Dgssapi=false
: libsoup defaults to
building with GSSAPI support, which requires Kerberos (as does the
test suite). If you are building GNOME or have kerberos installed,
remove this option.
Last updated on 2019-02-16 14:03:30 -0800