libgusb-0.4.8

libgusb の概要

The libgusb package contains the GObject wrappers for libusb-1.0 that makes it easy to do asynchronous control, bulk and interrupt transfers with proper cancellation and integration into a mainloop.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

libgusb の依存パッケージ

必須

JSON-GLib-1.8.0, libusb-1.0.26

推奨

任意

Gi-DocGen-2023.3

libgusb のインストール

以下のコマンドを実行して libgusb をビルドします。

mkdir build &&
cd    build &&

meson setup ..            \
      --prefix=/usr       \
      --buildtype=release \
      -Ddocs=false        &&
ninja

If you have Gi-DocGen-2023.3 installed and wish to build the API documentation for this package, issue:

sed -E "/output|install_dir/s/('libgusb)'/\1-0.4.8'/" \
    -i ../docs/meson.build                            &&
meson configure -Ddocs=true                           &&
ninja

ビルド結果をテストする場合は ninja test を実行します。

root ユーザーになって以下を実行します。

ninja install

コマンド説明

--buildtype=release: 本パッケージの安定版リリース向けに適したビルドタイプを指定します。 デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。

-Ddocs=false: Allow building this package without Gi-DocGen-2023.3 installed. If you have Gi-DocGen-2023.3 installed and you wish to rebuild and install the API documentation, a meson configure command will reset this option.

パッケージ構成

インストールプログラム: gusbcmd
インストールライブラリ: libgusb.so
インストールディレクトリ: /usr/include/gusb-1 /usr/share/doc/libgusb-0.4.8 (gi-docgen を利用した場合)

概略説明

gusbcmd

is a debugging tool for the libgusb library

libgusb.so

libgusb API 関数を提供します。