glib-networking-2.58.0

Introduction to GLib Networking

The GLib Networking package contains Network related gio modules for GLib.

This package is known to build and work properly using an LFS-8.4 platform.

Package Information

GLib Networking Dependencies

Required

GLib-2.58.3, GnuTLS-3.6.6, and gsettings-desktop-schemas-3.28.1

Recommended

Optional

libproxy

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/glib-networking

Installation of GLib Networking

Install GLib Networking by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr            \
      -Dlibproxy_support=false \
      -Dpkcs11_support=true .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Contents

Installed Program: None
Installed Libraries: libgiognomeproxy.so and libgiognutls.so (GIO Modules installed in /usr/lib/gio/modules)
Installed Directories: None

Last updated on 2019-02-20 09:02:09 -0800