Lines Matching +refs:cmake +refs:command +refs:run
52 It is a command-line tool; a GUI tool, Chocolatey GUI, is provided as a
53 Chocolatey package, which can be installed from the command line:
59 For convenience, the `choco install` command can be run with the `-y`
80 downloaded from [here](https://cmake.org/download/).
82 When you run the installer, you should choose to add CMake to the system
85 CMake can also be installed as the Chocolatey package `cmake`:
88 choco install -y cmake
94 [here](https://devblogs.microsoft.com/cppblog/cmake-support-in-visual-studio/).
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,
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,
160 Building from the command line
163 Start the appropriate Native Tools command line prompt.
169 Run the command
172 cmake "-DPacket_ROOT={path-to-sdk}" -G {generator} {path-to-tcpdump-source}
189 Run the command