diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-11-25 13:47:06 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-26 00:59:31 +0100 |
commit | 46f83a033f14400d7f06f684bb1e4a604a41cfe5 (patch) | |
tree | 1f3302f02a7f6aff2e08b5b6193ee7822f7581fa /README.adoc | |
parent | 2a0cac2b42418944cb9b054a462daa20bd7b76d1 (diff) | |
download | usb-drivers-46f83a033f14400d7f06f684bb1e4a604a41cfe5.tar.gz usb-drivers-46f83a033f14400d7f06f684bb1e4a604a41cfe5.tar.xz usb-drivers-46f83a033f14400d7f06f684bb1e4a604a41cfe5.zip |
Improve OpenBSD build compatibility
It still doesn't build, though, because 7.6 doesn't have 0.14 yet.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 255dfed..174da0e 100644 --- a/README.adoc +++ b/README.adoc @@ -34,7 +34,7 @@ Building Build dependencies: CMake, pkg-config, liberty (included), help2man + Runtime dependencies: - libusb-1.0 (elksmart-comm, razer-bw-te-ctl), hidapi (eizoctl) + libusb-1.0 (elksmart-comm, razer-bw-te-ctl), hidapi >= 0.14 (eizoctl) $ git clone --recursive https://git.janouch.name/p/usb-drivers.git $ mkdir usb-drivers/build |