Lines Matching +full:drive +full:- +full:open +full:- +full:source
11 source releases, or libpcap from the Git repository, as a replacement
15 ---------------------
33 The SDK is a ZIP archive; create a folder on your C: drive, e.g.
34 C:\npcap-sdk, and put the contents of the ZIP archive into that folder.
45 --------------------
48 WpdPack, which you should place on your C: drive, e.g. C:\WpdPack.
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
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
114 The downloaded file is a ZIP archive; create a folder on your C: drive,
120 ---
123 repository rather than from a release source tarball, is Git. Git is
128 -----------------------------------
132 Open the folder containing the libpcap source with Open > Folder.
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,
157 Open the folder containing the libpcap source with Open > Folder.
172 with control-S.
174 Visual Studio will then re-run CMake. If that completes without errors,
178 ------------------------------
184 of the libpcap source directory.
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.