The libmbim package contains a GLib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
This package is known to build and work properly using an LFS-8.3 platform.
Download (HTTP): https://www.freedesktop.org/software/libmbim/libmbim-1.16.2.tar.xz
Download MD5 sum: 5a70d0f8ee4b7b1530400f8db3e195b6
Download size: 448 KB
Estimated disk space required: 19 MB (with tests)
Estimated build time: less than 0.1 SBU (with tests)
GTK-Doc-1.28 and help2man
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libmbim
Install libmbim 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
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2018-08-20 18:36:12 -0700