We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e8119 commit 21629d2Copy full SHA for 21629d2
1 file changed
README.md
@@ -4,4 +4,16 @@ This project allow us to build zig that can build dynamic or use `zig cc` for Op
4
5
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.
6
7
-If you find some codes or logic need to adapt, you can submit a new issue or PR.
+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