Contents
/usr/lib/gio/modules)
The GLib Networking package contains Network related gio modules for GLib.
![[Note]](../images/note.png)
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/glib-networking/2.78/glib-networking-2.78.0.tar.xz
Download MD5 sum: 402ff1e8f24dafb02354d9b66ffa11df
Download size: 280 KB
Estimated disk space required: 7.0 MB (with tests)
Estimated build time: 0.1 SBU (with tests)
gsettings-desktop-schemas-45.0 (for the applications using this package to use proxy server settings in GNOME) and make-ca-1.13
Install GLib Networking by running the following commands:
mkdir build && cd build && meson setup \ --prefix=/usr \ --buildtype=release \ -Dlibproxy=disabled \ .. && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release: Specify a buildtype
suitable for stable releases of the package, as the default may
produce unoptimized binaries.
/usr/lib/gio/modules)