glib-networking-2.40.1

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-7.6 systemd platform.

Package Information

GLib Networking Dependencies

Required

GnuTLS-3.3.7 and gsettings-desktop-schemas-3.12.2

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:

./configure --prefix=/usr --disable-static &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Programs: None
Installed Libraries: libgiognomeproxy.so, libgiognutls.so and libgiolibproxy.so (GIO Modules)
Installed Directories: None

Last updated on 2014-08-23 13:42:03 -0700