%general-entities; ]> libnma-&libnma-version; libnma Introduction to libnma The libnma package contains an implementation of the NetworkManager GUI functions. &lfs120_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libnma-md5sum; Download size: &libnma-size; Estimated disk space required: &libnma-buildsize; Estimated build time: &libnma-time; libnma Dependencies Required , , , and Recommended and Optional mobile-broadband-provider-info Installation of libnma Install libnma by running the following commands: mkdir build && cd build && meson setup .. \ --prefix=/usr \ --buildtype=release \ -Dgtk_doc=false \ -Dlibnma_gtk4=true \ -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 installed and wish to generate the API documentation, omit this switch. -Dlibnma_gtk4=true: This parameter builds the GTK-4 version of libnma. It is needed by . -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 Installed Libraries Installed Directories None libnma.so and libnma-gtk4.so /usr/include/libnma Short Descriptions libnma.so contains the NetworkManager GUI library libnma.so libnma-gtk4.so contains the GTK-4 version of the NetworkManager GUI library libnma-gtk4.so