summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-10-16 22:18:15 +0200
committerSven Gothel <[email protected]>2020-10-16 22:18:15 +0200
commit14623932cc5a379a5f6b5266cf23963e8a5f824a (patch)
tree7bb101ccfa2112f4205d870ad0b0cbdd7a766713 /README.md
parentd6e85965664e3dc3fb5f6808e9fbd5a0e1764dcd (diff)
Require cmake >= 3.13 and use LANGUAGES C CXX (JAVA can be specified later on)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 680c93c..3c18e7d 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ under *jaucpp/src/* into your build recipe.
This library's build recipe are functional though,
but currently only intended to support unit testing and to produce a Doxygen API doc.
-The project requires CMake 3.1+ for building and a Java JDK >= 11.
+The project requires CMake 3.13+ for building and a Java JDK >= 11.
Installing build dependencies on Debian (10 or 11):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.sh}