Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi authored Nov 28, 2024
1 parent 9ea734b commit 0d25b1e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# 使用 CMake 编译 skynet

[skynet-cmake](https://github.com/hanxi/skynet-cmake)[skynet](https://github.com/cloudwu/skynet) 的使用 cmake 的多平台的实现。
[skynet-cmake](https://github.com/hanxi/skynet-cmake)[skynet](https://github.com/cloudwu/skynet) 的使用 CMake 的多平台的实现。

主要特点是支持在 vs2022 中编译运行,且 skynet 以 submodule 的方式链接,方便升级,确保不改。
## 特点

- 支持在 Visual Studio 2022 中编译运行。
- skynet 以 submodule 的方式链接,方便升级,确保不改。

## 在 Windows 下

Expand All @@ -11,7 +14,7 @@
- [安装CMake](https://learn.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-170)
- [安装Clang](https://learn.microsoft.com/en-us/cpp/build/clang-support-cmake?view=msvc-170)

下载工程和更新 submodule
### 下载工程和更新 submodule

```bash
git checkout https://github.com/hanxi/skynet-cmake.git
Expand Down

0 comments on commit 0d25b1e

Please sign in to comment.