Fix and update README

This commit is contained in:
Přemysl Eric Janouch 2015-09-27 01:46:19 +02:00
parent 80f03e379b
commit f7b5641ee2
1 changed files with 9 additions and 4 deletions

13
README
View File

@ -17,21 +17,26 @@ 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
$ mkdir razer-bw-te-ctl/build
$ cd razer-bw-te-ctl/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
$ cpack -G DEB
# dpkg -i razer-bw-te-ctl-*.deb
Note that for versions of CMake before 2.8.9, you need to prefix cpack with
`fakeroot' or file ownership will end up wrong.
Contributing and Support
------------------------
Use this project's GitHub to report any bugs, request features, or submit pull
requests. If you want to discuss this project, or maybe just hang out with
the developer, feel free to join me at irc://anathema.irc.so, channel #anathema.
License
-------
`razer-bw-te-ctl' is written by Přemysl Janouch <p.janouch@gmail.com>.