Lines Matching +full:re +full:- +full:run
15 ---------------------
34 C:\npcap-sdk, and put the contents of the ZIP archive into that folder.
45 --------------------
61 It is a command-line tool; a GUI tool, Chocolatey GUI, is provided as a
66 For convenience, the "choco install" command can be run with the "-y"
70 choco install -y chocolateygui
79 It does provide files for CMake, which is a cross-platform tool that
89 When you run the installer, you should choose to add CMake to the system
94 choco install -y cmake
98 include built-in support for CMake-based projects:
100 https://devblogs.microsoft.com/cppblog/cmake-support-in-visual-studio/
108 libpcap uses the Flex lexical-analyzer generator and the Bison or
120 ---
128 -----------------------------------
133 Visual Studio will run CMake; however, you will need to indicate where
143 -DPacket_ROOT={path-to-sdk}
145 where {path-to-sdk} is the path of the directory containing the Npcap or
150 with control-S.
152 Visual Studio will then re-run CMake. If that completes without errors,
158 Visual Studio will run CMake; however, you will need to indicate where
172 with control-S.
174 Visual Studio will then re-run CMake. If that completes without errors,
178 ------------------------------
186 Run the command
188 cmake "-DPacket_ROOT={path-to-sdk}" {path-to-libpcap-source}
190 where {path-to-sdk} is the path of the directory containing the Npcap or
191 WinPcap SDK and {path-to-libpcap-source} is the pathname of the
192 top-level source directory for libpcap.
194 Run the command