Skip to content

Commit c2df640

Browse files
committed
Fix VS README release
1 parent 63272ea commit c2df640

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/package/READMEs/README.release.win.vs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ This package contains:
2020
In order to compile your application with these binaries you need to:
2121
---------------------------------------------------------------------
2222

23-
- Make sure that Microsoft Visual Studio version installed on your machine matches the package (VS 2019 / VS 2022)
23+
- Make sure that Microsoft Visual Studio version installed on your machine matches the package (VS 2026)
2424
- In addition make sure that the package you downloaded matches the configuration you need: Win32 / x64 and Debug / Release
2525
- Make sure you have WinPcap or Npcap Developer's pack installed (WinPcap Dev Pack can be downloaded from https://www.winpcap.org/devel.htm, Npcap SDK can be downloaded from https://nmap.org/npcap/#download)
2626
- If your application uses CMake, you can add `PcapPlusPlus_ROOT=<PACKAGE_DIR>`, `PCAP_ROOT=<WinPcap_OR_Npcap_DIR>` and `Packet_ROOT=<WinPcap_OR_Npcap_DIR>``
27-
when running CMake. For example: if you downloaded the package for VS 2022, x64 and Release, you need to run the following commands:
28-
- `cmake -A x64 -G "Visual Studio 17 2022" -S . -B build -DPcapPlusPlus_ROOT=<PACKAGE_DIR> -DPCAP_ROOT=<WinPcap_OR_Npcap_DIR> -DPacket_ROOT=<WinPcap_OR_Npcap_DIR>`
27+
when running CMake. For example: if you downloaded the package for x64 and Release, you need to run the following commands:
28+
- `cmake -A x64 -G "Visual Studio 18 2026" -S . -B build -DPcapPlusPlus_ROOT=<PACKAGE_DIR> -DPCAP_ROOT=<WinPcap_OR_Npcap_DIR> -DPacket_ROOT=<WinPcap_OR_Npcap_DIR>`
2929
- `cmake --build build --config Release`
3030

3131

0 commit comments

Comments
 (0)