libnma-1.8.30

Introduction to libnma

The libnma package contains an implementation of the NetworkManager GUI functions.

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

Package Information

libnma Dependencies

Required

Gcr-3.36.0, GTK+-3.24.22, ISO Codes-4.5.0, and NetworkManager-1.26.0

Recommended

Optional

mobile-broadband-provider-info

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libnma

Installation of libnma

Install libnma by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr                             \
      -Dgtk_doc=false                           \
      -Dmobile_broadband_provider_info=false .. &&
ninja

To test the results, issue: ninja test.

Now, as the root user:

ninja install

Command Explanations

-Dgtk_doc=false: This parameter disables generating API documentation using gtk-doc. If you have GTK-Doc-1.32 installed and wish to generate the API documentation, omit this switch.

-Dmobile_broadband_provider_info=false: This switch disables WWAN support because mobile-broadband-provider-info is not in BLFS. Omit this switch if you have it installed and wish to enable WWAN support.

Contents

Installed Programs: None
Installed Libraries: libnma.so
Installed Directories: /usr/include/libnma

Short Descriptions

libnma.so

contains the NetworkManager GUI library.

Last updated on 2020-08-23 15:03:29 -0700