Commit f2a5fe443c

Andrew Kelley <superjoe30@gmail.com>
2016-09-05 22:36:21
README: clarify build vs runtime dependencies
1 parent e8e2d84
Changed files (1)
README.md
@@ -69,7 +69,19 @@ compromises backward compatibility.
 
 ### Dependencies
 
+#### Build Dependencies
+
+These compile tools must be available on your system and are used to build
+the Zig compiler itself:
+
+ * gcc >= 5.0.0 or clang >= 3.6.0
  * cmake >= 2.8.5
+
+#### Runtime Dependencies
+
+These libraries must be installed on your system, with the development files
+available. The Zig compiler dynamically links against them.
+
  * LLVM == 3.9.x
  * libclang == 3.9.x