authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-01-19 04:01:03-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-01-19 04:01:03-05:00
log21e8ecbafa7c371f4278d1392886d65b04680389
tree367d3d35547cd7d73dd9ffa2470ee2068a5f92f6
parent2c25c8aeed844811169b0647c087cb47a38a3cb2

readme: specify that we need exactly llvm 5.0.1

closes #708

1 files changed, 2 insertions(+), 2 deletions(-)

README.md+2-2
......@@ -127,13 +127,13 @@ libc. Create demo games using Zig.
127127
128128 * cmake >= 2.8.5
129129 * 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
131131
132132##### Windows
133133
134134 * cmake >= 2.8.5
135135 * 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
137137
138138#### Instructions
139139