From 4e1b26008b1ed39ea949fb339180e24c65438221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 26 May 2013 10:54:42 +0200 Subject: [PATCH] Add a README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..aff5f2a --- /dev/null +++ b/README @@ -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 +