authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2015-12-15 13:02:02-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2015-12-15 13:02:02-07:00
log1b1453293e73169bf7460e6680fbb84dea4a3935
treed9f3038f452cddbda50abd8a96e6b1078112bdf9
parentf5a32818773835bdeaa8f0db1d036a1506c69982

readme: add note about discovering libc path


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

README.md+3
...@@ -58,6 +58,9 @@ compromises backward compatibility....@@ -58,6 +58,9 @@ compromises backward compatibility.
5858
59### Debug / Development Build59### Debug / Development Build
6060
61If you have gcc or clang installed, you can find out what `ZIG_LIBC_DIR` should
62be set to with: `dirname $(cc -print-file-name=crt1.o)`.
63
61```64```
62mkdir build65mkdir build
63cd build66cd build