Skip to content

Commit

Permalink
Update required.md
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-ux authored Dec 16, 2023
1 parent a997dc6 commit f0064f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/required.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ sidebar: 'auto'
## 使用[预构建版本](https://github.com/undefined-ux/json-parser-homework/release)
或者使用[CI构建版本](https://github.com/undefined-ux/json-parser-homework/actions/workflows/build-ci.yaml)
## 自行编译
### Windows & Msys2
### Windows & msys2 ucrt64
```bash
pacman -S mingw-w64-x86_64-cmake mingw-w64-x86_64-iconv mingw-w64-x86_64-ninja --needed
pacman -S mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-iconv mingw-w64-ucrt-x86_64-libiconv mingw-w64-ucrt-x86_64-ninja --needed
mkdir build && cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=DEBUG .. && cmake --build .
```
Expand Down Expand Up @@ -39,4 +39,4 @@ cli交互部分位于${project_folder}/cli

单元测试等位于${project_folder}/test

<del>但是测试还一点没写</del>
<del>但是测试还一点没写</del>

0 comments on commit f0064f3

Please sign in to comment.