Bump minimum CMake version, related clean up

This commit is contained in:
2020-10-29 16:28:18 +01:00
parent be98666db2
commit 5ffdd26e59
3 changed files with 7 additions and 12 deletions

View File

@@ -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,