Fix README and segmentation fault for FreeBSD, addressing #163

This commit is contained in:
juzheng
2024-12-27 14:14:44 +08:00
committed by ccmywish
parent 536c69d04f
commit 1ab8b7c8e5
3 changed files with 4 additions and 3 deletions

View File

@@ -236,7 +236,7 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x64-macos
```bash
$ git clone https://gitee.com/RubyMetric/chsrc.git; cd chsrc
$ clang -Iinclude src/chsrc-main.c -o chsrc
$ clang -Iinclude -Ilib src/chsrc-main.c -o chsrc
```
</details>