From a8ab9796f61c6ced2744ad4072e7d023913fcda0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Thu, 1 Aug 2019 15:03:09 +0200 Subject: [PATCH] Update readme files concerning Visual Studio (#2058) - The cppcheck.sln file is configured for Visual Studio 2019 See commit: ae86536 - Add information on how to obtain a current version of PCRE for Visual Studio using vcpkg from https://github.com/microsoft/vcpkg --- readme.md | 4 ++-- readme.txt | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 264ff71b0..93c7dcafe 100644 --- a/readme.md +++ b/readme.md @@ -63,9 +63,9 @@ make ### Visual Studio -Use the cppcheck.sln file. The file is configured for Visual Studio 2015, but the platform toolset can be changed easily to older or newer versions. The solution contains platform targets for both x86 and x64. +Use the cppcheck.sln file. The file is configured for Visual Studio 2019, but the platform toolset can be changed easily to older or newer versions. The solution contains platform targets for both x86 and x64. -To compile with rules, select "Release-PCRE" or "Debug-PCRE" configuration. pcre.lib (pcre64.lib for x64 builds) and pcre.h are expected to be in /externals then. +To compile with rules, select "Release-PCRE" or "Debug-PCRE" configuration. pcre.lib (pcre64.lib for x64 builds) and pcre.h are expected to be in /externals then. A current version of PCRE for Visual Studio can be obtained using [vcpkg](https://github.com/microsoft/vcpkg). ### Qt Creator + MinGW diff --git a/readme.txt b/readme.txt index bb1ff6025..523859937 100644 --- a/readme.txt +++ b/readme.txt @@ -57,12 +57,14 @@ Compiling Visual Studio ============= - Use the cppcheck.sln file. The file is configured for Visual Studio 2015, but the platform + Use the cppcheck.sln file. The file is configured for Visual Studio 2019, but the platform toolset can be changed easily to older or newer versions. The solution contains platform targets for both x86 and x64. To compile with rules, select "Release-PCRE" or "Debug-PCRE" configuration. pcre.lib (pcre64.lib for x64 builds) and pcre.h are expected to be in /externals then. + A current version of PCRE for Visual Studio can be obtained using vcpkg: + https://github.com/microsoft/vcpkg Qt Creator + mingw ==================