%general-entities; ]> libsoup-&libsoup3-version; libsoup3 Introduction to libsoup3 The libsoup3 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. &lfs120_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libsoup3-md5sum; Download size: &libsoup3-size; Estimated disk space required: &libsoup3-buildsize; Estimated build time: &libsoup3-time; libsoup3 Dependencies Required , , , , and Recommended and Optional (required to run the test suite), , (required to run the test suite), , (required to run the test suite), compiled with XMLRPC-EPI support (only used for the XMLRPC regression tests), (ntlm_auth is required to run the test suite), sysprof, and wstest Installation of libsoup3 Fix the installation path of API documentation: sed 's/apiversion/soup_version/' -i docs/reference/meson.build Install libsoup3 by running the following commands: mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -Dvapi=enabled \ -Dgssapi=disabled \ -Dsysprof=disabled \ --wrap-mode=nofallback \ .. && ninja To test the results, issue: ninja test. Now, as the root user: ninja install Command Explanations : Use this if you have not installed Vala, e.g. because you are not building GNOME. : If is installed, the API documentation will be built and installed no matter if this option is used or not. This option causes the meson command to fail if is not installed. -Dgssapi=disabled: libsoup3 defaults to building with GSSAPI support, which requires Kerberos (as does the test suite). -Dsysprof=disabled: libsoup3 will automatically download a git version of sysprof if git is available or use the installed version if it is present on the system. If you need profiling, remove this option. Contents Installed Programs Installed Libraries Installed Directories None libsoup-3.0.so /usr/include/libsoup-3.0, /usr/share/doc/libsoup-&libsoup3-version; (only installed if -Ddocs=enabled is passed) Short Descriptions libsoup-3.0.so provides functions for asynchronous HTTP connections libsoup-3.0.so