From 85c04a520c687cf6193c55ea60653361c7f611a0 Mon Sep 17 00:00:00 2001 From: Kubat <mael.martin31@gmail.com> Date: Thu, 9 Apr 2020 20:59:45 +0200 Subject: [PATCH] README update --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b29e7b45..4d2f4de5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ Prerequisites: - [meson](https://mesonbuild.com/) - a C compiler with C18 support (e.g. `gcc>8.1`, `clang>7.0`) -- a C++ compiler with C++17 support (e.g. `gcc>8.0` `clang>5.0`) - the [libpcre](http://www.pcre.org/) development library - the [sqlite3](https://www.sqlite.org/) development library, version 3.31.0 or newer for [generated columns](https://www.sqlite.org/gencol.html) support -- GitLab