From dfcf4a508caf8797ba00d496a53fb20e2ee21e32 Mon Sep 17 00:00:00 2001 From: Paolo De Donato Date: Wed, 12 May 2021 14:27:10 +0200 Subject: [PATCH] Test 3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72646f2..7ad5ff8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ C++ library to manage strings and (almost) any kind of encoded data. Encmetric is written under the GNU Lesser General Public License (LGPL) version 3. For more informations see COPYING and COPYING.LESSER files # Build and Install -To build the library you need cmake version 3.19 or later and a C++ compiler that supports C++20 concepts (for example `gcc` 10.2 or newer). +To build the library you need cmake version 3.19 or later and a C++ compiler that supports C++20 concepts (for example `gcc` v. 10.2 or newer). To build and install the library you can run these commands: