The libqmi package contains a GLib-based library for talking to WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.
This package is known to build and work properly using an LFS-8.4 platform.
Download (HTTP): https://www.freedesktop.org/software/libqmi/libqmi-1.22.0.tar.xz
Download MD5 sum: 35f7e1b03f9b6218a30c78422f72c6ac
Download size: 952 KB
Estimated disk space required: 73 MB (with tests)
Estimated build time: 0.2 SBU (Using parallelism=4; with tests)
GTK-Doc-1.29 and help2man
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libqmi
Install libqmi 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.
        
          --disable-mbim-qmux: This switch
          disables support for using a MBIM control device for QMI messages.
          Use this switch if you did not install libmbim.
        
Last updated on 2019-02-16 19:14:14 -0800