zig

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

commit 1b1453293e73169bf7460e6680fbb84dea4a3935 (tree)
parent f5a32818773835bdeaa8f0db1d036a1506c69982
Author: Andrew Kelley <superjoe30@gmail.com>
Date:   Tue, 15 Dec 2015 13:02:02 -0700

readme: add note about discovering libc path

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

diff --git a/README.md b/README.md @@ -58,6 +58,9 @@ compromises backward compatibility. ### Debug / Development Build +If you have gcc or clang installed, you can find out what `ZIG_LIBC_DIR` should +be set to with: `dirname $(cc -print-file-name=crt1.o)`. + ``` mkdir build cd build