LINUX编译libusb

Posted 柳鲲鹏

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LINUX编译libusb相关的知识,希望对你有一定的参考价值。

  • 下载

GitHub - libusb/libusb: A cross-platform library to access USB devices

  • 安装依赖
sudo apt install -y make dh-autoreconf
  • 编译
./autogen.sh

./configure
make
sudo make install
  • 测试
cd examples
./listdevs

以上是关于LINUX编译libusb的主要内容,如果未能解决你的问题,请参考以下文章

LINUX编译libusb

Linux aarch64交叉编译之libusb库

编译libusb库

libusb系列-002-Windows下libusb源码编译

在 Ubuntu 上针对 libusb-dev 进行编译

libusb系列-006-Qt下使用libusb1.0.9源码