Fix Linux gcc requirement (#807)

g++ may be a separate package. I had this problem on Fedora.
This commit is contained in:
Joshua Olson 2018-03-04 15:46:17 -07:00 committed by Andrew Kelley
parent 101b7745c4
commit db18d38a43

View File

@ -124,7 +124,7 @@ libc. Create demo games using Zig.
##### POSIX
* cmake >= 2.8.5
* gcc >= 5.0.0 or clang >= 3.6.0
* 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
##### Windows