| ... | ... | @@ -127,13 +127,13 @@ libc. Create demo games using Zig. |
| 127 | 127 | |
| 128 | 128 | * cmake >= 2.8.5 |
| 129 | 129 | * gcc >= 5.0.0 or clang >= 3.6.0 |
| 130 | | * LLVM, Clang, LLD libraries == 5.x, compiled with the same gcc or clang version above |
| 130 | * LLVM, Clang, LLD libraries == 5.0.1, compiled with the same gcc or clang version above |
| 131 | 131 | |
| 132 | 132 | ##### Windows |
| 133 | 133 | |
| 134 | 134 | * cmake >= 2.8.5 |
| 135 | 135 | * Microsoft Visual Studio 2015 |
| 136 | | * LLVM, Clang, LLD libraries == 5.x, compiled with the same MSVC version above |
| 136 | * LLVM, Clang, LLD libraries == 5.0.1, compiled with the same MSVC version above |
| 137 | 137 | |
| 138 | 138 | #### Instructions |
| 139 | 139 | |