
See https://github.com/tobygray/libusbx/tree/testing as well as http://libusbx.1081486.n5.nabble.com/Libusbx-devel-Crashes-tt433.html#a438
6 lines
121 B
Bash
Executable file
6 lines
121 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
./bootstrap.sh
|
|
./configure --enable-maintainer-mode --enable-examples-build --enable-tests-build "$@"
|