Lines Matching +refs:cmake +refs:command +refs:run
61 It is a command-line tool; a GUI tool, Chocolatey GUI, is provided as a
62 Chocolatey package, which can be installed from the command line:
66 For convenience, the "choco install" command can be run with the "-y"
87 https://cmake.org/download/
89 When you run the installer, you should choose to add CMake to the system
92 CMake can also be installed as the Chocolatey package "cmake":
94 choco install -y cmake
100 https://devblogs.microsoft.com/cppblog/cmake-support-in-visual-studio/
133 Visual Studio will run CMake; however, you will need to indicate where
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
174 Visual Studio will then re-run CMake. If that completes without errors,
177 Building from the command line
180 Start the appropriate Native Tools command line prompt.
186 Run the command
188 cmake "-DPacket_ROOT={path-to-sdk}" {path-to-libpcap-source}
194 Run the command