From fd5a413ec4a8ce32e1c485e701d508257753c961 Mon Sep 17 00:00:00 2001 From: jwrober <jwrober@gmail.com> Date: Mon, 26 Jul 2021 12:17:57 -0500 Subject: [PATCH] c++ version typo fix --- docs/install/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/install.rst b/docs/install/install.rst index ca2a0c538a..d26312631d 100644 --- a/docs/install/install.rst +++ b/docs/install/install.rst @@ -17,7 +17,7 @@ configuration process is smart enough to work out whether your system is suitabl Any modern operating system that support Qt is required. As of this writing this is Linux, Microsoft Windows\ |reg| and Apple Mac OS X\ |reg|. On Windows Msys2 is supported. -* A C and C++ 14 compiler. +* A C and C++ compiler. Freeciv21 is written in very portable C and C++. Both 32- and 64-bit machines are supported. You cannot use a "K&R C" compiler, or a C++ compiler. The C++ compiler must support C++ 17.