We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19ae12 commit 116bda5Copy full SHA for 116bda5
1 file changed
BUILD.autotools.md
@@ -46,7 +46,9 @@ A simple command list, to build HIDAPI with Autotools as a _shared library_ and
46
47
```sh
48
./bootstrap # this prepares the configure script
49
-./configure
+mkdir build
50
+cd build # in-source builds are not recommended and known to be broken in some cases (https://github.com/libusb/hidapi/issues/621)
51
+../configure
52
make # build the library
53
make install # as root, or using sudo, this will install hidapi into your system
54
```
0 commit comments