diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-26 10:54:42 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2013-05-26 10:54:42 +0200 |
commit | 4e1b26008b1ed39ea949fb339180e24c65438221 (patch) | |
tree | b0e36c7fad0a61e9d542e242087d2dfe949441ac /README | |
parent | 7a668de33290da2e405149adcce958dca2899d80 (diff) | |
download | sensei-raw-ctl-4e1b26008b1ed39ea949fb339180e24c65438221.tar.gz sensei-raw-ctl-4e1b26008b1ed39ea949fb339180e24c65438221.tar.xz sensei-raw-ctl-4e1b26008b1ed39ea949fb339180e24c65438221.zip |
Add a README
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +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 + |