diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-11-25 09:52:22 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-25 12:08:34 +0100 |
commit | 2a0cac2b42418944cb9b054a462daa20bd7b76d1 (patch) | |
tree | ae42febfe9bce43e63d22131f83c43b206509413 /README.adoc | |
parent | a1d7cb40bded2c7c499bdfc8de3f526e793d5ad0 (diff) | |
download | usb-drivers-2a0cac2b42418944cb9b054a462daa20bd7b76d1.tar.gz usb-drivers-2a0cac2b42418944cb9b054a462daa20bd7b76d1.tar.xz usb-drivers-2a0cac2b42418944cb9b054a462daa20bd7b76d1.zip |
General fixes and cleanup
Haste makes waste, and my sleep is all disturbed.
Notable fixes:
- Windows linking should be completely static,
- eizoctltray: input port switching was dysfunctional,
- eizoctl*: some failure messages got eaten up.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index b715932..255dfed 100644 --- a/README.adoc +++ b/README.adoc @@ -37,8 +37,8 @@ Runtime dependencies: libusb-1.0 (elksmart-comm, razer-bw-te-ctl), hidapi (eizoctl) $ git clone --recursive https://git.janouch.name/p/usb-drivers.git - $ mkdir desktop-tools/build - $ cd desktop-tools/build + $ mkdir usb-drivers/build + $ cd usb-drivers/build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug $ make @@ -53,7 +53,7 @@ Or you can try telling CMake to make a package for you. For Debian it is: Contributing and Support ------------------------ -Use https://git.janouch.name/p/desktop-tools to report bugs, request features, +Use https://git.janouch.name/p/usb-drivers to report bugs, request features, or submit pull requests. `git send-email` is tolerated. If you want to discuss the project, feel free to join me at ircs://irc.janouch.name, channel #dev. |