File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,16 @@ This project allow us to build zig that can build dynamic or use `zig cc` for Op
44
55For now, we use the default logic of ` musl ` to link libc or other logic. It may has some issues, but we need more examples or projects to test it.
66
7- If you find some codes or logic need to adapt, you can submit a new issue or PR.
7+ If you find some codes or logic need to adapt, you can submit a new issue or PR.
8+
9+ ## How to build
10+
11+ Apply the git [ patch] ( ./patch/zig-patch.patch ) to zig's source code and build it.
12+
13+ For example, you can apply it to ` zig-bootstrap ` the sub-folder named ` zig ` . And Using zig-bootstrap to build zig with your target.
14+
15+ ## Platform
16+
17+ - [x] Macos
18+ - [ ] Windows
19+ - [ ] Linux
You can’t perform that action at this time.
0 commit comments