Skip to content

Commit a8ab979

Browse files
c72578danmar
authored andcommitted
Update readme files concerning Visual Studio (cppcheck-opensource#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
1 parent f95fdd8 commit a8ab979

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ make
6363

6464
### Visual Studio
6565

66-
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.
66+
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.
6767

68-
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.
68+
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).
6969

7070
### Qt Creator + MinGW
7171

readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,14 @@ Compiling
5757

5858
Visual Studio
5959
=============
60-
Use the cppcheck.sln file. The file is configured for Visual Studio 2015, but the platform
60+
Use the cppcheck.sln file. The file is configured for Visual Studio 2019, but the platform
6161
toolset can be changed easily to older or newer versions. The solution contains platform
6262
targets for both x86 and x64.
6363

6464
To compile with rules, select "Release-PCRE" or "Debug-PCRE" configuration.
6565
pcre.lib (pcre64.lib for x64 builds) and pcre.h are expected to be in /externals then.
66+
A current version of PCRE for Visual Studio can be obtained using vcpkg:
67+
https://github.com/microsoft/vcpkg
6668

6769
Qt Creator + mingw
6870
==================

0 commit comments

Comments
 (0)