Skip to content

Commit

Permalink
Clarify what is meant by 'libraries' (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Olson authored and andrewrk committed Mar 5, 2018
1 parent db18d38 commit c787837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit c787837

Please sign in to comment.