mirror of
https://github.com/ziglang/zig.git
synced 2024-11-22 12:20:16 +00:00
Remove conflicting requirements on CMake
parent
d746a956de
commit
c865d484ad
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
Install [CMake](https://cmake.org/), version 3.15.3 or newer.
|
Install [CMake](https://cmake.org/), version 3.17 or newer.
|
||||||
|
|
||||||
[Download llvm, clang, and lld](http://releases.llvm.org/download.html#12.0.0) and unzip each to their own directory. Ensure no directories have spaces in them. For example:
|
[Download llvm, clang, and lld](http://releases.llvm.org/download.html#12.0.0) and unzip each to their own directory. Ensure no directories have spaces in them. For example:
|
||||||
|
|
||||||
@ -23,8 +23,6 @@ Install [Build Tools for Visual Studio 2019](https://visualstudio.microsoft.com/
|
|||||||
|
|
||||||
Install [Python 3.9.4](https://www.python.org). Tick the box to add python to your PATH environment variable.
|
Install [Python 3.9.4](https://www.python.org). Tick the box to add python to your PATH environment variable.
|
||||||
|
|
||||||
Install [CMake 3.17](http://cmake.org).
|
|
||||||
|
|
||||||
### LLVM
|
### LLVM
|
||||||
|
|
||||||
Using the start menu, run **x64 Native Tools Command Prompt for VS 2019** and execute these commands, replacing `C:\Users\Andy` with the correct value.
|
Using the start menu, run **x64 Native Tools Command Prompt for VS 2019** and execute these commands, replacing `C:\Users\Andy` with the correct value.
|
||||||
|
Loading…
Reference in New Issue
Block a user