razer-bw-te-ctl/README.adoc

51 lines
1.8 KiB
Plaintext
Raw Permalink Normal View History

2013-06-09 17:19:00 +02:00
razer-bw-te-ctl
2015-02-26 22:58:19 +01:00
===============
2013-06-09 17:19:00 +02:00
This program makes it possible to change the configuration of your Razer
BlackWidow Tournament Edition keybooard from within Linux, *BSD or any other
POSIX-compatible system supported by libusb.
Make sure to let the Windows Razer Synapse tool upgrade the firmware to the
newest version before running the program. There might be some issues otherwise
due to protocol changes, although I don't really deem it very probable.
2015-09-27 01:48:07 +02:00
Run `razer-bw-te-ctl --help` or `man razer-bw-te-ctl` for usage information.
2013-06-09 17:19:00 +02:00
2016-03-11 20:30:10 +01:00
Packages
--------
2023-07-05 00:38:32 +02:00
Regular releases are sporadic. git master should be stable enough.
You can get a package with the latest development version using Arch Linux's
https://aur.archlinux.org/packages/razer-bw-te-ctl-git[AUR],
or as a https://git.janouch.name/p/nixexprs[Nix derivation].
2016-03-11 20:30:10 +01:00
2013-06-09 17:19:00 +02:00
Installation
2015-02-26 22:58:19 +01:00
------------
2023-07-05 00:38:32 +02:00
Build dependencies: cmake >= 3.0, help2man +
2015-02-26 22:58:19 +01:00
Runtime dependencies: libusb >= 1.0
2013-06-09 17:19:00 +02:00
2018-06-24 05:14:49 +02:00
$ git clone https://git.janouch.name/p/razer-bw-te-ctl.git
2015-09-27 01:46:19 +02:00
$ mkdir razer-bw-te-ctl/build
$ cd razer-bw-te-ctl/build
2023-07-05 00:38:32 +02:00
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
2015-02-26 22:58:19 +01:00
# make install
2013-06-09 17:19:00 +02:00
2015-09-27 01:48:07 +02:00
Note that there's no `make uninstall`.
2013-06-09 17:19:00 +02:00
For Debian-based distros, you can do the following instead of the last step:
2015-09-27 01:48:07 +02:00
2015-09-27 01:46:19 +02:00
$ cpack -G DEB
2015-02-26 22:58:19 +01:00
# dpkg -i razer-bw-te-ctl-*.deb
2013-06-27 22:12:59 +02:00
2015-09-27 01:46:19 +02:00
Contributing and Support
------------------------
2018-06-24 05:14:49 +02:00
Use https://git.janouch.name/p/razer-bw-te-ctl 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.
Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
2015-09-27 01:46:19 +02:00
2015-02-26 22:58:19 +01:00
License
-------
This software is released under the terms of the 0BSD license, the text of which
is included within the package along with the list of authors.