We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6aa61 commit 3c78afeCopy full SHA for 3c78afe
1 file changed
README.md
@@ -4,8 +4,7 @@
4
#### 使用CMake + MinGW(未测试), Linux用户可参考此文档(GCC 8测试通过)
5
```bash
6
git clone https://github.com/TwoBotFramework/TwoBot --recursive
7
-# 中国大陆用户可以尝试 git clone https://ghproxy.com/github.com/TwoBotFramework/TwoBot --recursive
8
-# submodule 下载错误,可以分别下载那几个库然后放到lib/里面
+# 中国大陆用户可以尝试下载Release里面的包
9
cd TwoBot
10
mkdir build
11
cmake -S . -B build
@@ -15,8 +14,7 @@ mingw32-make
15
14
#### 使用Visual Studio 2017以上,需带CMake支持(VS2022已测试通过)
16
17
18
19
20
```
21
然后用VS打开
22
0 commit comments