diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-26 15:05:26 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-26 15:16:46 +0100 |
commit | 7743e21bcac90f9dca157d035c2ba96d519811f4 (patch) | |
tree | 94ecdb22c84e8af023afc7c792ec316fa3364d3a /README.adoc | |
parent | 504f1ce2f53a9d77f9fb9c81d5c411025f09d944 (diff) | |
download | tdv-7743e21bcac90f9dca157d035c2ba96d519811f4.tar.gz tdv-7743e21bcac90f9dca157d035c2ba96d519811f4.tar.xz tdv-7743e21bcac90f9dca157d035c2ba96d519811f4.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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index fb89f18..81d72cb 100644 --- a/README.adoc +++ b/README.adoc @@ -49,9 +49,6 @@ Or you can try telling CMake to make a package for you. For Debian it is: $ cpack -G DEB # dpkg -i sdtui-*.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 a StarDict '.ifo' file as an argument. It is however highly recommended to configure it, see below. |