readme: add note about discovering libc path

This commit is contained in:
Andrew Kelley 2015-12-15 13:02:02 -07:00
parent f5a3281877
commit 1b1453293e

View File

@ -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