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

Commit 8162ad9

Browse files
authored
Merge pull request #1096 from try2giveup/master
修改样式
2 parents b8f5581 + 90c6674 commit 8162ad9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

zh/jiot/client/c_sdk_8266_guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,14 @@ make monitor
6161
```
6262

6363
## 集成jiot-sdk到项目中
64+
6465
项目工程以乐鑫SDK中“examples/get-started/project_template”为例。
66+
6567
1. 将解压出来的jiot-sdk文件夹拷贝到project_template/components文件夹中。
6668
2. 在project_template/build目录中创建文件夹jiot-sdk。
6769
3. 将project_template/components/jiot-sdk/lib/libjiot-c-sdk.a文件拷贝到project_template/build/jiot-sdk/目录下,并重命名为libjiot-sdk.a(即jiot-demo中“copy_jiot-lib.sh”执行过程)。
6870
4. make all即可找到jiot的头文件和库文件,完成编译。
6971

70-
注意,project_template/build/目录中文件为make生成文件,如果执行make clean等操作,需要重新拷贝库文件,即执行步骤3。
72+
注意,project_template/build/目录中文件为make生成文件,如果执行make clean等操作,需要重新拷贝库文件,即执行步骤3。
73+
7174

0 commit comments

Comments
 (0)