From 4be24e17c36633cf0b7e277edd07bcb9dc3eba5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 29 Oct 2020 16:48:00 +0100 Subject: Bump minimum CMake version and termo And some related cleanup or unification. --- README.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index 6e05524..3a790ae 100644 --- a/README.adoc +++ b/README.adoc @@ -22,7 +22,7 @@ a package with the latest development version from Archlinux's AUR. Building and Usage ------------------ -Build dependencies: CMake, pkg-config, help2man + +Build dependencies: CMake >= 3.0, pkg-config, help2man + Runtime dependenices: curses, openssl, Jansson, lua >= 5.3 (optional) $ git clone --recursive https://git.janouch.name/p/ponymap.git @@ -40,9 +40,6 @@ Or you can try telling CMake to make a package for you. For Debian it is: $ cpack -G DEB # dpkg -i ponymap-*.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. - Having the program installed, simply run it with no arguments to retrieve a usage text. Have fun scanning. -- cgit v1.2.3