Skip to content

Commit

Permalink
Update README.md (#218)
Browse files Browse the repository at this point in the history
* Update README.md

加入对riscv64的编译说明

* Update README.md

规范化提交
  • Loading branch information
libriunk authored Feb 17, 2025
1 parent f77681a commit 1279742
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ ARCH=mips32r5 && MIPS_M_ARCH=$ARCH zig build -Dtarget=mipsel-linux-musl -Dcpu=$A
# 如果想自己编译,请先前往 zig 根目录,按顺序 apply 这两个补丁
# - https://github.com/ziglang/zig/pull/14541.patch
# - https://github.com/ziglang/zig/pull/14556.patch

# riscv64
zig build -Dtarget=riscv64-linux-musl
```

</p></details>
Expand Down

0 comments on commit 1279742

Please sign in to comment.