aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-02-26 22:58:19 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2015-02-26 22:58:19 +0100
commit80f03e379b95e05894a7992288809e21c275dad6 (patch)
tree53a8167ddef2dc4542cce7fa813aae57be733d50
parentccd5b60b21ad797fcdad05ce1cce226a52586801 (diff)
downloadrazer-bw-te-ctl-80f03e379b95e05894a7992288809e21c275dad6.tar.gz
razer-bw-te-ctl-80f03e379b95e05894a7992288809e21c275dad6.tar.xz
razer-bw-te-ctl-80f03e379b95e05894a7992288809e21c275dad6.zip
Miscellaneous little changes
-rw-r--r--README35
1 files changed, 24 insertions, 11 deletions
diff --git a/README b/README
index 255bee8..4804e18 100644
--- a/README
+++ b/README
@@ -1,4 +1,5 @@
razer-bw-te-ctl
+===============
This program makes it possible to change the configuration of your Razer
BlackWidow Tournament Edition keybooard from within Linux, *BSD or any other
@@ -11,20 +12,32 @@ 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
-============
-Build dependencies: cmake >= 2.8.5, help2man, libusb >= 1.0
+------------
+Build dependencies: cmake >= 2.8.5, help2man
+Runtime dependencies: libusb >= 1.0
-$ 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
+ $ 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
Note that there's no "make uninstall".
For Debian-based distros, you can do the following instead of the last step:
-$ fakeroot cpack -G DEB
-# dpkg -i razer-bw-te-ctl-*.deb
+ $ fakeroot cpack -G DEB
+ # dpkg -i razer-bw-te-ctl-*.deb
-Leave out the fakeroot for CMake >= 2.8.9, it's been fixed since.
+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