aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.adoc b/README.adoc
index f9f92d5..c97be21 100644
--- a/README.adoc
+++ b/README.adoc
@@ -13,18 +13,20 @@ Run `razer-bw-te-ctl --help` or `man razer-bw-te-ctl` for usage information.
Packages
--------
-Regular releases are sporadic. git master should be stable enough. You can get
-a package with the latest development version from Archlinux's AUR.
+Regular releases are sporadic. git master should be stable enough.
+You can get a package with the latest development version using Arch Linux's
+https://aur.archlinux.org/packages/razer-bw-te-ctl-git[AUR],
+or as a https://git.janouch.name/p/nixexprs[Nix derivation].
Installation
------------
-Build dependencies: cmake >= 2.8.5, help2man +
+Build dependencies: cmake >= 3.0, help2man +
Runtime dependencies: libusb >= 1.0
$ git clone https://git.janouch.name/p/razer-bw-te-ctl.git
$ mkdir razer-bw-te-ctl/build
$ cd razer-bw-te-ctl/build
- $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+ $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
# make install
Note that there's no `make uninstall`.
@@ -34,9 +36,6 @@ For Debian-based distros, you can do the following instead of the last step:
$ 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 https://git.janouch.name/p/razer-bw-te-ctl to report bugs, request features,