File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1818- Zig version 0.15.1 is required
1919- Git is required
2020- pkg-config is required
21+ - esbuild is required
2122
22231 . Clone the project to your local machine:
2324
@@ -40,7 +41,7 @@ Please refer to [build ci](https://github.com/MikaShell/mika-shell/blob/b916ab3a
4041``` bash
4142zig build # Build in Debug mode by default
4243# or
43- zig build --release- fast # Build in ReleaseFast mode
44+ zig build --release= fast # Build in ReleaseFast mode
4445```
4546
4647After running the above commands, the executable will be installed into the ` ./zig-out/bin ` directory.
Original file line number Diff line number Diff line change 1818- 需要安装 Zig 0.15.1 版本
1919- 需要安装 Git
2020- 需要安装 pkg-config
21+ - 需要安装 esbuild
2122
22231 . 克隆项目到本地:
2324
@@ -40,7 +41,7 @@ cd mika-shell
4041``` bash
4142zig build # 默认以 Debug 模式构建
4243# 或者
43- zig build --release- fast # 以 ReleaseFast 模式构建
44+ zig build --release= fast # 以 ReleaseFast 模式构建
4445```
4546
4647执行上述命令后,会将可执行文件安装到 ` ./zig-out/bin ` 目录中。
You can’t perform that action at this time.
0 commit comments