diff --git a/README.md b/README.md index d00f1c7..e0e0d14 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # OpenHarmony resource compile tool ## Description -resource tool is used in computer.In OpenHarmony SDK toolchain.Provide to IDE.Support window,linux, macos platform. +resource tool is used in computer.In OpenHarmony SDK toolchain.Provide to IDE.Support Windows, Linux, MacOS platform. ## Directory Structure @@ -14,41 +14,24 @@ resource tool is used in computer.In OpenHarmony SDK toolchain.Provide to IDE.Su | |----build dependence third patry lib make script | |----CMakeLists.txt | |----BUILD.gn -| |----win32.cmake windows cross compile script +| |----win32.cmake Windows cross compile script ``` ## Instructions -### Quickly Build - -1. ubuntu 18 preinstalled gcc/g++ -2. cmake version mini 3.15 required -``` -3. mkdir build -4. cd build -5. cmake ../global_resource_tool -6. make -``` -7. compile result restool binary - ### SDK Build -1. ` ./build.sh --product-name ohos-sdk ` - -[SDK build refer]( https://gitee.com/openharmony/build/blob/master/README_zh.md ) +[SDK build refer](https://gitee.com/openharmony/build/blob/master/README_zh.md) ### Test -1.in PC, run `python test/test.py param1 param2` - -param1: restool path -param2: result path +In PC, run `python test.py ./restool ./out` ### Help -restool usually integrate to IDE, OpenHarmony compile system. +resource tool usually integrate to IDE, OpenHarmony compile system. -run ./restool, show command: +resource tool command e.g: -v version -i input resource path @@ -58,7 +41,6 @@ run ./restool, show command: `./restool -i main -o out -r out/ResourceTable.h -p ohos.demo` -using IDE(recommonded) ## Related to the storehouse third_party_libxml2 diff --git a/README_zh.md b/README_zh.md index 51fd061..13ab6d0 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,7 +1,7 @@ -# OpenHarmony 应用资源编译工具 +# OpenHarmony资源编译工具 ## 介绍 -资源编译工具属于PC端工具,在OpenHarmony SDK中 toolchain 目录下。 提供给IDE使用,支持window, linux, macos平台。 +资源编译工具属于PC端工具,在OpenHarmony SDK中toolchain目录下,提供给IDE使用,支持Windows, Linux, MacOS平台。 ## 目录 @@ -14,40 +14,24 @@ | |----build 依赖三方库编译脚本 | |----BUILD.gn | |----CMakeLists.txt -| |----win32.cmake windows交叉编译脚本 +| |----win32.cmake Windows交叉编译脚本 ``` ## 使用说明 -### 快速调试编译 - -1. ubuntu 18 系统预装 gcc/g++ -2. cmake 版本最低3.15 -3. 与global_resource_tool同级目录新建build -``` -4. cd build -5. cmake ../global_resource_tool -6. make -``` -7. 编译结果输出restool - ### SDK编译命令 -1. `./build.sh --product-nane ohos-sdk` -[SDK 编译参考](https://gitee.com/openharmony/build/blob/master/README_zh.md) +[SDK编译命令参考](https://gitee.com/openharmony/build/blob/master/README_zh.md) ### 测试用例 -1.PC 上运行 `python test/test.py 参数1 参数2` - -参数1 restool 命令路径 -参数2 输出结果路径 - +PC 上运行 `python test.py ./restool ./out` + ### 命令帮助 -本工具一般被IDE 和OpenHarmony 编译系统集成调用。 +本工具由IDE和OpenHarmony编译系统集成调用。 -手动执行./restool 会提示支持的命令行参数。简单命令参数如下: +支持的命令行参数,例如: -v 显示工具版本号 -i 资源输入目录 @@ -57,8 +41,6 @@ `./restool -i main -o out -r out/ResourceTable.h -p ohos.demo` -推荐使用IDE工具。 - ## 相关仓 third_party_libxml2