From 2fe2d6bc03bd1c1e5ffdedd06809812aebfff76c Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch Date: Mon, 26 Oct 2020 14:54:42 +0100 Subject: Bump minimum CMake version to 3.0 A nice, round number. This allows us to remove some boilerplate. --- README.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index 2d390d5..be42b73 100644 --- a/README.adoc +++ b/README.adoc @@ -5,7 +5,7 @@ json-rpc-shell 'json-rpc-shell' is a shell for running JSON-RPC 2.0 queries. This software was originally created as a replacement for -http://software.dzhuvinov.com/json-rpc-2.0-shell.html[a different one] made by +http://software.dzhuvinov.com/json-rpc-2.0-shell.html[a different shell] made by Vladimir Dzhuvinov, in order to avoid Java, but has evolved since. Features @@ -58,9 +58,6 @@ Or you can try telling CMake to make a package for you. For Debian it is: $ cpack -G DEB # dpkg -i json-rpc-shell-*.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. - Test server ----------- If you install development packages for libmagic, an included test server will -- cgit v1.2.3-54-g00ecf