The libmbim package contains a GLib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
本パッケージは LFS-10.0 において正しくビルドでき動作することが確認されています。
Download (HTTP): https://www.freedesktop.org/software/libmbim/libmbim-1.24.4.tar.xz
Download MD5 sum: 4b4b12ab7153d7c999289b5dfc2d25db
Download size: 504 KB
Estimated disk space required: 29 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
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
:
このスイッチはスタティックライブラリをインストールしないようにします。
--enable-gtk-doc
: GTK-Doc をインストール済で API ドキュメントを再構築する場合に指定します。
最終更新日: 2020-10-05 07:44:01 +0900