aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-09-27 01:46:19 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-09-27 01:46:19 +0200
commitf7b5641ee2a20a4d1473db47e7ad29b021d57217 (patch)
tree67e74bfbb7ca6ecf863f21c40b619254f4685f5d
parent80f03e379b95e05894a7992288809e21c275dad6 (diff)
downloadrazer-bw-te-ctl-f7b5641ee2a20a4d1473db47e7ad29b021d57217.tar.gz
razer-bw-te-ctl-f7b5641ee2a20a4d1473db47e7ad29b021d57217.tar.xz
razer-bw-te-ctl-f7b5641ee2a20a4d1473db47e7ad29b021d57217.zip
Fix and update README
-rw-r--r--README13
1 files changed, 9 insertions, 4 deletions
diff --git a/README b/README
index 4804e18..d821f34 100644
--- a/README
+++ b/README
@@ -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>.