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.
|
|
|
|
|
|
|
|
Run `razer-bw-te-ctl --help' or `man razer-bw-te-ctl' for usage information.
|
|
|
|
|
|
|
|
Installation
|
2015-02-26 22:58:19 +01:00
|
|
|
------------
|
|
|
|
Build dependencies: cmake >= 2.8.5, help2man
|
|
|
|
Runtime dependencies: libusb >= 1.0
|
2013-06-09 17:19:00 +02:00
|
|
|
|
2015-02-26 22:58:19 +01:00
|
|
|
$ git clone git://github.com/pjanouch/razer-bw-te-ctl.git
|
|
|
|
$ cd razer-bw-te-ctl
|
|
|
|
$ mkdir build
|
|
|
|
$ cd build
|
|
|
|
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
|
|
|
|
# make install
|
2013-06-09 17:19:00 +02:00
|
|
|
|
|
|
|
Note that there's no "make uninstall".
|
|
|
|
|
|
|
|
For Debian-based distros, you can do the following instead of the last step:
|
2015-02-26 22:58:19 +01:00
|
|
|
$ fakeroot cpack -G DEB
|
|
|
|
# dpkg -i razer-bw-te-ctl-*.deb
|
2013-06-27 22:12:59 +02:00
|
|
|
|
2015-02-26 22:58:19 +01:00
|
|
|
Note that for versions of CMake before 2.8.9, you need to prefix cpack with
|
|
|
|
`fakeroot' or file ownership will end up wrong.
|
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
`razer-bw-te-ctl' is written by Přemysl Janouch <p.janouch@gmail.com>.
|
|
|
|
|
|
|
|
You may use the software under the terms of the ISC license, the text of which
|
|
|
|
is included within the package, or, at your option, you may relicense the work
|
|
|
|
under the MIT or the Modified BSD License, as listed at the following site:
|
|
|
|
|
|
|
|
http://www.gnu.org/licenses/license-list.html
|