Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into continue_to_compila…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
UltimatePea committed Feb 6, 2024
2 parents ec9b8f8 + ab460c1 commit cd3b287
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/快速编译.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,15 @@ make -C runtime debug
clang -o yy -O3 yy_入口_豫言编译器默认执行包.opt.bc ./runtime/libyyrtdebug.a -L /usr/local/lib -l gc -l uv -Wno-override-module -g -Werror
```
你可能需要将`yy_入口_豫言编译器默认执行包.opt.bc`替换成下载的字节码路径。
# 从源代码编译

=======

M1的Mac可能需要更改include path:
```
clang -o yy -O3 yy_入口_豫言编译器默认执行包.opt.bc ./runtime/libyyrtdebug.a -L /opt/homebrew/lib -l gc -l uv -Wno-override-module -g -Werror
```



## Mac

Expand Down Expand Up @@ -84,3 +92,4 @@ make install

请暂时用Cygwin或者Windows Subsystem for Linux运行。


0 comments on commit cd3b287

Please sign in to comment.