authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-09-05 16:36:21-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-09-05 16:36:21-04:00
logf2a5fe443c5e0178c448d0737d0be037a100e469
treec7231e7db7f7c177a47afe21e14ef37a5e06475f
parente8e2d84689ec2eb19d0b725743a87f1892137665

README: clarify build vs runtime dependencies


1 files changed, 12 insertions(+), 0 deletions(-)

README.md+12
......@@ -69,7 +69,19 @@ compromises backward compatibility.
6969
7070### Dependencies
7171
72#### Build Dependencies
73
74These compile tools must be available on your system and are used to build
75the Zig compiler itself:
76
77 * gcc >= 5.0.0 or clang >= 3.6.0
7278 * cmake >= 2.8.5
79
80#### Runtime Dependencies
81
82These libraries must be installed on your system, with the development files
83available. The Zig compiler dynamically links against them.
84
7385 * LLVM == 3.9.x
7486 * libclang == 3.9.x
7587