From c787837ce5023fdef579bf92097216ce9dfacf34 Mon Sep 17 00:00:00 2001 From: Joshua Olson <0joshuaolson1@gmail.com> Date: Sun, 4 Mar 2018 17:26:16 -0700 Subject: [PATCH] Clarify what is meant by 'libraries' (#808) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 066cb3ba69..252a73e9d1 100644 --- a/README.md +++ b/README.md @@ -125,13 +125,13 @@ libc. Create demo games using Zig. * cmake >= 2.8.5 * g++ >= 5.0.0 or clang >= 3.6.0 - * LLVM, Clang, LLD libraries == 5.0.1, compiled with the same gcc or clang version above + * LLVM, Clang, LLD development libraries == 5.0.1, compiled with the same gcc or clang version above ##### Windows * cmake >= 2.8.5 * Microsoft Visual Studio 2015 - * LLVM, Clang, LLD libraries == 5.0.1, compiled with the same MSVC version above + * LLVM, Clang, LLD development libraries == 5.0.1, compiled with the same MSVC version above #### Instructions