Files
AeroPkg/assets/var/gnu/libusb.md

11 lines
179 B
Markdown
Raw Permalink Normal View History

2026-09-10 22:10:46 +03:00
libusb 1.0.3
=
2026-09-11 08:17:14 +03:00
https://github.com/libusb/libusb/archive/refs/tags/v1.0.30.tar.gz
2026-09-10 22:10:46 +03:00
``` sh *** build ***
2026-09-11 08:17:14 +03:00
./autogen.sh
./configure --prefix=$pkgpath
make -j$(nproc)
make install
2026-09-10 22:10:46 +03:00
```