Skip to content

Commit

Permalink
A few more updates to the READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Sep 6, 2023
1 parent 9dbf732 commit 5e93077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Examples/ExampleApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<PACKAGE_DIR>` - where `PACKAGE_DIR` is PcapPlusPlus release package
- `-DPcapPlusPlus_ROOT=<PACKAGE_DIR>` - where `PACKAGE_DIR` is PcapPlusPlus package path
- `-DPCAP_ROOT=<WinPcap_OR_Npcap_DIR>` - ONLY REQUIRED ON WINDOWS, `WinPcap_OR_Npcap_DIR` is WinPcap/Npcap SDK path
- `-DPacket_ROOT=<WinPcap_OR_Npcap_DIR>` - ONLY REQUIRED ON WINDOWS, `WinPcap_OR_Npcap_DIR` is WinPcap/Npcap SDK path
10 changes: 2 additions & 8 deletions cmake/package/READMEs/README.release.win.vs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
---------------------------------------------------------------------

Expand All @@ -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

0 comments on commit 5e93077

Please sign in to comment.