Skip to content

Commit

Permalink
Fix Linux gcc requirement (#807)
Browse files Browse the repository at this point in the history
g++ may be a separate package. I had this problem on Fedora.
  • Loading branch information
Joshua Olson authored and andrewrk committed Mar 4, 2018
1 parent 101b774 commit db18d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit db18d38

Please sign in to comment.