14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
sensei-raw-ctl
|
|
|
|
This program makes it possible to change the configuration of your SteelSeries
|
|
Sensei Raw mouse from within Linux, *BSD or any other POSIX-compatible system
|
|
supported by libusb.
|
|
|
|
Installation
|
|
============
|
|
$ mkdir build
|
|
$ cd build
|
|
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
|
|
# make install
|
|
|