mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-01-31 01:25:21 +01:00
Update BUILD.autotools.md (#624)
* Update BUILD.autotools.md Do not recommend using in-source Autotools build. Closes: #621
This commit is contained in:
@@ -46,7 +46,9 @@ A simple command list, to build HIDAPI with Autotools as a _shared library_ and
|
||||
|
||||
```sh
|
||||
./bootstrap # this prepares the configure script
|
||||
./configure
|
||||
mkdir build
|
||||
cd build # in-source builds are not recommended and known to be broken in some cases (https://github.com/libusb/hidapi/issues/621)
|
||||
../configure
|
||||
make # build the library
|
||||
make install # as root, or using sudo, this will install hidapi into your system
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user