Lines Matching full:visual

1 Building tcpdump on Windows with Visual Studio
44 Building tcpdump on Windows requires Visual Studio 2015 or later. The
45 Community Edition of Visual Studio can be downloaded at no cost from
71 libpcap does not provide supported project files for Visual Studio
76 UN\*X Make, the Ninja build system, and Visual Studio, among other build
79 Visual Studio 2015 does not provide CMake; an installer can be
91 Visual Studio 2017 and later provide CMake, so you will not need to
92 install CMake if you have installed Visual Studio 2017 or later. They
94 [here](https://devblogs.microsoft.com/cppblog/cmake-support-in-visual-studio/).
96 For Visual Studio 2017, make sure "Visual C++ tools for CMake" is
97 installed; for Visual Studio 2019, make sure "C++ CMake tools for
106 Visual Studio 2017 and later.
108 Building from the Visual Studio GUI
111 ### Visual Studio 2017 ###
114 Visual Studio will run CMake; however, you will need to indicate where
135 Visual Studio will then re-run CMake. If that completes without errors,
138 ### Visual Studio 2019 ###
141 Visual Studio will run CMake; however, you will need to indicate where
157 Visual Studio will then re-run CMake. If that completes without errors,
178 `{generator}` is the string "Visual Studio N YYYY", where `N` is the
179 version of Visual Studio and `YYYY` is the year number for that version;
182 tcpdump with Visual Studio 2017, `{generator}` would be "Visual Studio
183 15 2017" and to build a 64-bit version of tcpdump with Visual Studio
184 2017, `{generator}` would be "Visual Studio 15 2017 Win64".