Contents
/usr/lib/gio/modules)
The GLib Networking package contains Network related gio modules for GLib.
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.
下载地址(HTTP):https://download.gnome.org/sources/glib-networking/2.80/glib-networking-2.80.1.tar.xz
MD5 校验和:405e6c058723217a1307ba8415615f9d
大小:288 KB
预计所需磁盘空间:5.9 MB(含测试)
预计构建时间:小于 0.1 SBU(含测试)
gsettings-desktop-schemas-50.1 (for the applications using this package to use proxy server settings in GNOME) and make-ca-1.16.1
Install GLib Networking by running the following commands:
mkdir build && cd build && meson setup \ --prefix=/usr \ --buildtype=release \ -D libproxy=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.
-D libproxy=disabled: This
switch disables libproxy support. If you wish to build with
libproxy to allow this package to retrieve proxy settings via it's
API, remove this switch.
/usr/lib/gio/modules)