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的主要内容,如果未能解决你的问题,请参考以下文章