aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-29 16:28:18 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-29 16:28:18 +0100
commit5ffdd26e5966e9a616905017b65c0176a93b3507 (patch)
tree56b07d31ef5265c37c0c75219e8e31a398b78fe2 /README.adoc
parentbe98666db28012cb16bda863777326dc0afe126d (diff)
downloadsensei-raw-ctl-5ffdd26e5966e9a616905017b65c0176a93b3507.tar.gz
sensei-raw-ctl-5ffdd26e5966e9a616905017b65c0176a93b3507.tar.xz
sensei-raw-ctl-5ffdd26e5966e9a616905017b65c0176a93b3507.zip
Bump minimum CMake version, related clean up
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc
index 229a7f2..591e300 100644
--- a/README.adoc
+++ b/README.adoc
@@ -28,7 +28,7 @@ a package with the latest development version from Archlinux's AUR.
Installation
------------
-Build dependencies: cmake >= 2.8.5, help2man +
+Build dependencies: cmake >= 3.0, help2man +
Runtime dependencies: libusb >= 1.0, gtk+ >= 3.0 (optional)
$ git clone https://git.janouch.name/p/sensei-raw-ctl.git
@@ -49,9 +49,6 @@ For Debian-based distros, you can do the following instead of the last step:
$ cpack -G DEB
# dpkg -i sensei-raw-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/sensei-raw-ctl to report bugs, request features,