| ... | @@ -32,10 +32,13 @@ Note that you can | ... | @@ -32,10 +32,13 @@ Note that you can |
| 32 | | 32 | |
| 33 | ##### Windows | 33 | ##### Windows |
| 34 | | 34 | |
| 35 | * cmake >= 2.8.5 | 35 | * cmake >= 3.15.3 |
| 36 | * Microsoft Visual Studio 2017 (version 15.8) | 36 | * Microsoft Visual Studio. Supported versions: |
| 37 | * LLVM, Clang, LLD development libraries == 9.x, compiled with the same MSVC version above | 37 | - 2015 (version 14) |
| 38 | - Use the [pre-built binaries](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source#pre-built-binaries) or [build from source](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source#windows). | 38 | - 2017 (version 15.8) |
| | 39 | - 2019 (version 16) |
| | 40 | * LLVM, Clang, LLD development libraries == 9.x |
| | 41 | - Use the [pre-built binaries](https://github.com/ziglang/zig/wiki/Building-Zig-on-Windows) or [build from source](https://github.com/ziglang/zig/wiki/How-to-build-LLVM,-libclang,-and-liblld-from-source#windows). |
| 39 | | 42 | |
| 40 | #### Instructions | 43 | #### Instructions |
| 41 | | 44 | |