更新README

Signed-off-by: Goldgom <qym2005723@hotmail.com>
This commit is contained in:
Goldgom
2022-06-07 11:21:00 +00:00
committed by Gitee
parent 1f165aaa8b
commit 54975b2872
2 changed files with 20 additions and 16 deletions
+11 -9
View File
@@ -6,22 +6,22 @@ resource tool is used in computer.In OpenHarmony SDK toolchain.Provide to IDE.Su
## Directory Structure
```
/developtools
/developtools
|----global_resource_tool
| |----include
| |----src
| |----test
| |----build dependence third patry lib make script
| |----CMakeLists.txt
| |----BUILD.gn
| |----win32.cmake Windows cross compile script
| |----include #Header file
| |----src #source code file
| |----test #Test case
| |----build #Depending on the third-party library compilation script
| |----BUILD.gn #Compile script
| |----CMakeLists.txt #CMake file
| |----win32.cmake #Windows cross compilation script
```
## Instructions
### SDK Build
[SDK build refer](https://gitee.com/openharmony/build/blob/master/README_zh.md)
[SDK build refer](https://gitee.com/openharmony/build/blob/master/README.md)
### Test
@@ -43,6 +43,8 @@ resource tool command e.g:
## Related to the storehouse
**global_resource_tool**
[third_party_libxml2](https://gitee.com/openharmony/third_party_libxml2/README.md)
[third_party_jsoncpp](https://gitee.com/openharmony/third_party_jsoncpp/README.md)
+9 -7
View File
@@ -8,13 +8,13 @@
```
/developtools
|----global_resource_tool
| |----include
| |----src
| |----test
| |----build 依赖三方库编译脚本
| |----BUILD.gn
| |----CMakeLists.txt
| |----win32.cmake Windows交叉编译脚本
| |----include #头文件
| |----src #源代码文件
| |----test #测试用例
| |----build #依赖三方库编译脚本
| |----BUILD.gn #编译脚本
| |----CMakeLists.txt #CMake文件
| |----win32.cmake #Windows交叉编译脚本
```
## 使用说明
@@ -43,6 +43,8 @@ PC 上运行 `python test.py ./restool ./out`
## 相关仓
**global_resource_tool**
[third_party_libxml2](https://gitee.com/openharmony/third_party_libxml2/README_zh.md)
[third_party_jsoncpp](https://gitee.com/openharmony/third_party_jsoncpp/README_zh.md)