Skip to content

Commit db18d38

Browse files
Joshua Olsonandrewrk
Joshua Olson
authored andcommittedMar 4, 2018
Fix Linux gcc requirement (#807)
g++ may be a separate package. I had this problem on Fedora.
1 parent 101b774 commit db18d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ libc. Create demo games using Zig.
124124
##### POSIX
125125

126126
* cmake >= 2.8.5
127-
* gcc >= 5.0.0 or clang >= 3.6.0
127+
* g++ >= 5.0.0 or clang >= 3.6.0
128128
* LLVM, Clang, LLD libraries == 5.0.1, compiled with the same gcc or clang version above
129129

130130
##### Windows

0 commit comments

Comments
 (0)
Please sign in to comment.