| author | |
| committer | |
| log | 1b1453293e73169bf7460e6680fbb84dea4a3935 |
| tree | d9f3038f452cddbda50abd8a96e6b1078112bdf9 |
| parent | f5a32818773835bdeaa8f0db1d036a1506c69982 |
1 files changed, 3 insertions(+), 0 deletions(-)
README.md+3| ... | @@ -58,6 +58,9 @@ compromises backward compatibility. | ... | @@ -58,6 +58,9 @@ compromises backward compatibility. |
| 58 | 58 | ||
| 59 | ### Debug / Development Build | 59 | ### Debug / Development Build |
| 60 | 60 | ||
| 61 | If you have gcc or clang installed, you can find out what `ZIG_LIBC_DIR` should | ||
| 62 | be set to with: `dirname $(cc -print-file-name=crt1.o)`. | ||
| 63 | |||
| 61 | ``` | 64 | ``` |
| 62 | mkdir build | 65 | mkdir build |
| 63 | cd build | 66 | cd build |