File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed
Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change 1414- Visual Studio 2017 或以上版本 [ Download] ( https://visualstudio.microsoft.com/zh-hans/downloads/ )
1515- Git [ Download] ( https://git-scm.com/downloads )
1616- Python3 [ Download] ( https://www.python.org/downloads/ )
17- - Conan >1.65 .0 <2.0.0(python -m pip install conan==1.65 .0)
17+ - Conan >1.66 .0 <2.0.0(python -m pip install conan==1.66 .0)
1818
1919## 开发步骤
2020
@@ -80,32 +80,6 @@ cmake --build build --config Release
8080cmake --build build --config Release --target installer
8181```
8282
83- ## 更新 IM SDK 版本
84-
85- IM SDK 当前使用 Conan 包管理工具管理,如果您需要检索已经发布的版本,可通过如下命令搜索:
86-
87- ``` bash
88- conan search nim -r yunxin
89- ```
90-
91- 输出结果类似:
92-
93- ``` bash
94- Existing package recipes:
95-
96- nim/9.10.0@yunxin/stable
97- nim/9.12.1@yunxin/stable
98- nim/9.12.2@yunxin/stable
99- nim/9.13.0@yunxin/stable
100- nim/9.14.2@yunxin/stable
101- nim/9.15.0@yunxin/stable
102- nim/9.15.1@yunxin/stable
103- nim/9.18.0@yunxin/stable
104- nim/10.5.0@yunxin/stable
105- ```
106-
107- 您可以打开 ` conanfile.py ` 文件,修改 ` self.requires("nim/*.*.*@yunxin/stable") ` 为指定版本即可,修改完成后重新执行 CMake 初始化命令即可,CMake 会自动下载并编译指定版本的 IM SDK。
108-
10983## 交流
11084
11185- 遇到问题:关注[ 云信开发人员手册] ( https://dev.yunxin.163.com/ ) 帮助您理解和使用云信 SDK 接口
You can’t perform that action at this time.
0 commit comments