summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-04-20 19:50:34 +0200
committerGitHub <noreply@github.com>2021-04-20 19:50:34 +0200
commita24899bf2dcd58916922d671ee8761448b6876e5 (patch)
tree3bee9dcc7f2c3f31b34b16a91d9d5507084b2ce0 /README.md
parent1da73418cd2ea0e03e8289f54a47dededcf8b331 (diff)
downloadminetest-a24899bf2dcd58916922d671ee8761448b6876e5.tar.gz
minetest-a24899bf2dcd58916922d671ee8761448b6876e5.tar.bz2
minetest-a24899bf2dcd58916922d671ee8761448b6876e5.zip
Look for PostgreSQL library properly and fix CI
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 662b5c4ca..0b9907992 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ Compiling
| Dependency | Version | Commentary |
|------------|---------|------------|
| GCC | 4.9+ | Can be replaced with Clang 3.4+ |
-| CMake | 2.6+ | |
+| CMake | 3.5+ | |
| Irrlicht | - | Custom version required, see https://github.com/minetest/irrlicht |
| SQLite3 | 3.0+ | |
| LuaJIT | 2.0+ | Bundled Lua 5.1 is used if not present |