diff --git a/README.md b/README.md index e0e0d14..f960c94 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_zh.md b/README_zh.md index 13ab6d0..3d72d02 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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)