评论

收藏

[Sybase] LINUX编译libusb

数据库 数据库 发布于:2021-12-30 16:30 | 阅读数:341 | 评论:0


  • 下载
​​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



关注下面的标签,发现更多相似文章