diff --git a/doc/compiling/assets/cmake-gui-search.png b/doc/compiling/assets/cmake-gui-search.png deleted file mode 100644 index 9b033a383..000000000 Binary files a/doc/compiling/assets/cmake-gui-search.png and /dev/null differ diff --git a/doc/compiling/windows.md b/doc/compiling/windows.md index 54a021d8f..48b548d05 100644 --- a/doc/compiling/windows.md +++ b/doc/compiling/windows.md @@ -26,9 +26,7 @@ This will install the C++ compiler used in later steps. VS is also the recommend The CMake GUI is a great tool to manage first-time setup of Luanti. It's not required, but recommended for anyone unfamiliar with CMake or its CLI. CMake itself comes bundled with Visual Studio, but the CMake GUI does not, and must be installed separately. -Install from [cmake.org/download](https://cmake.org/download/). Once installed, you should be able to run `cmake-gui` from the start menu: - -![cmake-gui in Windows start menu shows app result](./assets/cmake-gui-search.png) +Install from [cmake.org/download](https://cmake.org/download/). Once installed, you should be able to run `cmake-gui` from the start menu. Installing CMake this way also adds it to your PATH environment variable, and you should be able to run `(Get-Command cmake).Path` in PowerShell or `which cmake` in Bash and get a result.