!31 【OpenHarmony开源贡献者计划2022】修改README完善细节

Merge pull request !31 from Goldgom/master
This commit is contained in:
openharmony_ci
2022-07-08 14:08:31 +00:00
committed by Gitee
2 changed files with 34 additions and 24 deletions
+18 -13
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,8 +43,13 @@ resource tool command e.g:
## Related to the storehouse
third_party_libxml2
third_party_jsoncpp
third_party_sqlite
third_party_bounds_checking_function
**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)
[third_party_sqlite](https://gitee.com/openharmony/third_party_sqlite/README.md)
[third_party_bounds_checking_function](https://gitee.com/openharmony/third_party_bounds_checking_function/README.md)
+16 -11
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,7 +43,12 @@ PC 上运行 `python test.py ./restool ./out`
## 相关仓
third_party_libxml2
third_party_jsoncpp
third_party_sqlite
third_party_bounds_checking_function
**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)
[third_party_sqlite](https://gitee.com/openharmony/third_party_sqlite/README_zh.md)
[third_party_bounds_checking_function](https://gitee.com/openharmony/third_party_bounds_checking_function/README_zh.md)