Update minimum GCC version information (#3603)

Changed in 1.10.0 Release
Content modification based on minimum compiler version upgrade (C++14)
This commit is contained in:
Byungjun Lee 2022-05-26 04:48:20 +09:00 committed by GitHub
parent 782f22aa34
commit 09590f8068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
README
View File

@ -186,8 +186,8 @@ BUILDING ON UNIX/LINUX/macOS
============================
For building on Unix platforms, the POCO C++ Libraries come with their own
build system. The build system is based on GNU Make 3.80 (or newer), with the help
from a few shell scripts. If you do not have GNU Make 3.80 (or later) installed on
build system. The build system is based on GNU Make 5.0 (or newer), with the help
from a few shell scripts. If you do not have GNU Make 5.0 (or later) installed on
your machine, you will need to download it from
http://directory.fsf.org/devel/build/make.html>,
build and install it prior to building the POCO C++ Libraries.