diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-26 14:54:42 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-30 04:21:16 +0100 |
commit | 2fe2d6bc03bd1c1e5ffdedd06809812aebfff76c (patch) | |
tree | d19235a13323d5aa2f5600db32a8202c32b52c79 /README.adoc | |
parent | df9393778977a6d9a88ecd78988250280854516a (diff) | |
download | json-rpc-shell-2fe2d6bc03bd1c1e5ffdedd06809812aebfff76c.tar.gz json-rpc-shell-2fe2d6bc03bd1c1e5ffdedd06809812aebfff76c.tar.xz json-rpc-shell-2fe2d6bc03bd1c1e5ffdedd06809812aebfff76c.zip |
Bump minimum CMake version to 3.0
A nice, round number. This allows us to remove some boilerplate.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 5 |
1 files changed, 1 insertions, 4 deletions
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 |