1.1

编译安装libusb操作流水账

编译安装libusb过程遇到了不少问题,此处记个流水账方便日后重装时遇到同样问题可解决

apt install -y autoconf automake libtool dh-autoreconf libudev-dev

/bootstrap.sh
./configure
make -j4
make install
posted @ 2019-12-28 02:51  asml  阅读(482)  评论(0编辑  收藏  举报
@.@