Commit db18d38a43

Joshua Olson <0joshuaolson1@gmail.com>
2018-03-04 23:46:17
Fix Linux gcc requirement (#807)
g++ may be a separate package. I had this problem on Fedora.
1 parent 101b774
Changed files (1)
README.md
@@ -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