From 78d07cc166898467561b74d61d0245e7679810e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 10 Mar 2019 22:09:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ce012c..82fbb54c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ GPXSee is a Qt-based GPS log file viewer and analyzer that supports all common G ## Build Build requirements: * Qt 4.8 or QT 5.x (Qt >= 5.10.1 recommended for all features) -* C++03 compiler (tested: msvc2015, gcc >= 4.8, clang/Apple LLVM version 8.1.0) +* C++03 or newer compiler (tested: msvc2015, gcc >= 4.8, clang/Apple LLVM version 8.1.0) Build steps: ```shell