authorgravatar for 0joshuaolson1@gmail.comJoshua Olson <0joshuaolson1@gmail.com> 2018-03-04 15:46:17-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-03-04 17:46:17-05:00
logdb18d38a43cdf826ba920b482be07198e70e8cae
tree911e33cc3d8f746565dfea28ee201cb02bc8cf20
parent101b7745c4da1fdf0ebe723710fe8b195013fc0e

Fix Linux gcc requirement (#807)

g++ may be a separate package. I had this problem on Fedora.

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

README.md+1-1
...@@ -124,7 +124,7 @@ libc. Create demo games using Zig....@@ -124,7 +124,7 @@ libc. Create demo games using Zig.
124##### POSIX124##### POSIX
125125
126 * cmake >= 2.8.5126 * cmake >= 2.8.5
127 * gcc >= 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 libraries == 5.0.1, compiled with the same gcc or clang version above
129129
130##### Windows130##### Windows