Remove cmake gui search image
This commit is contained in:
parent
fcafc40b72
commit
15b5c0b503
Binary file not shown.
Before Width: | Height: | Size: 254 KiB |
@ -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:
|
||||
|
||||

|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user