Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit 439a0b9

Browse files
committed
Update README
1 parent 97befc7 commit 439a0b9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
| Node.js (HTTP) | https://github.com/richardchien/cqhttp-node-sdk | richardchien | 已兼容 v3.0 |
2828
| Node.js (WebSocket) | https://github.com/momocow/node-cq-websocket | momocow | 已兼容 v3.0 |
2929

30-
## 已知 Bug
31-
32-
已知 bug 将会尽快在后续的版本中修复。
33-
34-
- 3.1.2 和 3.2.0 版本的 docker 容器中无法通过 HTTP 上报,提示无法访问上报地址
35-
3630
## 修改、编译
3731

3832
整个项目目录是一个 VS 2017 工程,使用了 VS 2017 (v141) 工具集,直接打开 `coolq-http-api.sln` 即可修改。
@@ -50,6 +44,14 @@ set(VCPKG_PLATFORM_TOOLSET v141)
5044

5145
由于 triplet 的名字是在 VS 工程文件里写死的,所以建议将 triplet 命名为 `x86-windows-static.cmake`。要编译项目的话,需要先安装这些依赖:`boost``cpprestsdk``nlohmann-json``openssl`
5246

47+
注意,如果要在 docker 中使用,目前最新版(2.10.0)的 `cpprestsdk` 不能正常工作的,需要先进 vcpkg 根目录,运行:
48+
49+
```bash
50+
git checkout 2e39b6195fbc14a655474b019234890df94a2ed0 -- ports/cpprestsdk
51+
```
52+
53+
然后再安装 `cpprestsdk`,就会安装 2.9.0 版本。
54+
5355
## 开源许可证、重新分发
5456

5557
本程序使用 [GPLv3 许可证](https://github.com/richardchien/coolq-http-api/blob/master/LICENSE),并按其第 7 节添加如下附加条款:

0 commit comments

Comments
 (0)