authorgravatar for 0joshuaolson1@gmail.comJoshua Olson <0joshuaolson1@gmail.com> 2018-03-04 17:26:16-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-03-04 19:26:16-05:00
logc787837ce5023fdef579bf92097216ce9dfacf34
tree9d2e88f64e42566f27c17568176c90f02ed6300e
parentdb18d38a43cdf826ba920b482be07198e70e8cae

Clarify what is meant by 'libraries' (#808)


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

README.md+2-2
...@@ -125,13 +125,13 @@ libc. Create demo games using Zig....@@ -125,13 +125,13 @@ libc. Create demo games using Zig.
125125
126 * cmake >= 2.8.5126 * cmake >= 2.8.5
127 * g++ >= 5.0.0 or clang >= 3.6.0127 * g++ >= 5.0.0 or clang >= 3.6.0
128 * LLVM, Clang, LLD libraries == 5.0.1, compiled with the same gcc or clang version above128 * LLVM, Clang, LLD development libraries == 5.0.1, compiled with the same gcc or clang version above
129129
130##### Windows130##### Windows
131131
132 * cmake >= 2.8.5132 * cmake >= 2.8.5
133 * Microsoft Visual Studio 2015133 * Microsoft Visual Studio 2015
134 * LLVM, Clang, LLD libraries == 5.0.1, compiled with the same MSVC version above134 * LLVM, Clang, LLD development libraries == 5.0.1, compiled with the same MSVC version above
135135
136#### Instructions136#### Instructions
137137