zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit f2a5fe443c5e0178c448d0737d0be037a100e469 (tree)
parent e8e2d84689ec2eb19d0b725743a87f1892137665
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Mon,  5 Sep 2016 16:36:21 -0400

README: clarify build vs runtime dependencies

Diffstat:
MREADME.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.md b/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