The libmbim package contains a GLib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archive/1.34.0/libmbim-1.34.0.tar.gz
MD5 校验和:e5c2b38c6a79a047b93cb0c9510bd91f
大小:292 KB
预计所需磁盘空间:23 MB(含测试)
预计构建时间:0.2 SBU(含测试)
GLib-2.88.2 (with GObject Introspection)
Install libmbim by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D bash_completion=false \
-D man=false &&
ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D bash_completion=false:
Use this option if the external bash-completion
package is not installed.
-D man=false: Use this
option if the external help2man package is
not installed.