diff --git a/Examples/ExampleApp/README.md b/Examples/ExampleApp/README.md index a256a77075..aa88f6116a 100644 --- a/Examples/ExampleApp/README.md +++ b/Examples/ExampleApp/README.md @@ -7,6 +7,6 @@ The code is based on the "Hello World" application in PcapPlusPlus Tutorials (ht In order to build the application please use the following parameters in CMake command: - - `-DPcapPlusPlus_DIR=` - where `PACKAGE_DIR` is PcapPlusPlus release package + - `-DPcapPlusPlus_ROOT=` - where `PACKAGE_DIR` is PcapPlusPlus package path - `-DPCAP_ROOT=` - ONLY REQUIRED ON WINDOWS, `WinPcap_OR_Npcap_DIR` is WinPcap/Npcap SDK path - `-DPacket_ROOT=` - ONLY REQUIRED ON WINDOWS, `WinPcap_OR_Npcap_DIR` is WinPcap/Npcap SDK path diff --git a/cmake/package/READMEs/README.release.win.vs b/cmake/package/READMEs/README.release.win.vs index 3615298917..44bc09678e 100644 --- a/cmake/package/READMEs/README.release.win.vs +++ b/cmake/package/READMEs/README.release.win.vs @@ -17,14 +17,6 @@ This package contains: - CMake files required to build your application with PcapPlusPlus (under `lib\cmake\pcapplusplus`) -Running the examples: ---------------------- - - - Make sure you have WinPcap, Npcap or Wireshark installed - - Make sure you have Visual C++ Redistributable for Visual Studio installed - - If examples still don't run, install Visual C++ Redistributable for Visual Studio 2010 also - - In order to compile your application with these binaries you need to: --------------------------------------------------------------------- @@ -41,3 +33,5 @@ Running the examples: --------------------- - Make sure you have WinPcap, Npcap or Wireshark installed + - Make sure you have Visual C++ Redistributable for Visual Studio installed + - If examples still don't run, install Visual C++ Redistributable for Visual Studio 2010 also