Skip to content

Commit 21629d2

Browse files
committed
Add readme
1 parent 62e8119 commit 21629d2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,16 @@ This project allow us to build zig that can build dynamic or use `zig cc` for Op
44

55
For 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

0 commit comments

Comments
 (0)