From 8fc6bacec0ebf15264a778a6f38bb9b945fdea36 Mon Sep 17 00:00:00 2001 From: chencheng31 Date: Mon, 7 Mar 2022 11:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chencheng31 --- README.en.md | 28 ---------------------------- README.md | 34 ++++++++++++++++++---------------- README_zh.md | 31 +++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+), 44 deletions(-) delete mode 100644 README.en.md create mode 100644 README_zh.md diff --git a/README.en.md b/README.en.md deleted file mode 100644 index f0826a6..0000000 --- a/README.en.md +++ /dev/null @@ -1,28 +0,0 @@ -# global_resource_tool - -#### Description -OpenHarmony resource compile tool - -#### Software Architecture ->developtools/ ->>----global_resource_tool ->>>----include ->>>----src ->>>----third_party denpence third patry lib make script ->>>----CMakeLists.txt ->>>----win32.cmake windows cross compile script - -#### Installation - -1. gcc/g++ version 9.3.0 -2. cmake version mini 3.15 -3. mkdir build -4. cd build -5. cmake ../restool_standard -6. make -7. compile result restool binary - -#### Instructions - -1. restool -v show version. -2. restool show help. diff --git a/README.md b/README.md index 7a8022b..0398890 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,31 @@ -# global_resource_tool +# gloRelated to the storehousebal_resource_tool -#### 介绍 -OpenHarmony 资源编译编译工具 +#### Description +OpenHarmony resource compile tool -#### 软件架构 +#### Directory Structure >developtools/ >>----global_resource_tool >>>----include >>>----src ->>>----third_party 依赖三方库编译脚本 +>>>----third_party denpence third patry lib make script >>>----CMakeLists.txt ->>>----win32.cmake windows交叉编译脚本 +>>>----win32.cmake windows cross compile script +#### Instructions -#### 安装教程 - -1. 编译环境gcc/g++ 9.3.0 -2. cmake 版本最低3.15 -3. 与global_resource_tool同级目录新建build +1. gcc/g++ version 9.3.0 +2. cmake version mini 3.15 +3. mkdir build 4. cd build -5. cmake ../global_resource_tool +5. cmake ../restool_standard 6. make -7. 编译结果输出restool +7. compile result restool binary -#### 使用说明 +#### Related to the storehouse + +third_party_libxml2 +third_party_jsoncpp +third_party_sqlite +third_party_bounds_checking_function -1. restool -v 显示版本信息 -2. restool 显示帮助信息 diff --git a/README_zh.md b/README_zh.md new file mode 100644 index 0000000..25a8b01 --- /dev/null +++ b/README_zh.md @@ -0,0 +1,31 @@ +# global_resource_tool + +#### 介绍 +OpenHarmony 资源编译编译工具 + +#### 目录 +>developtools/ +>>----global_resource_tool +>>>----include +>>>----src +>>>----third_party 依赖三方库编译脚本 +>>>----CMakeLists.txt +>>>----win32.cmake windows交叉编译脚本 + + +#### 使用说明 + +1. 编译环境gcc/g++ 9.3.0 +2. cmake 版本最低3.15 +3. 与global_resource_tool同级目录新建build +4. cd build +5. cmake ../global_resource_tool +6. make +7. 编译结果输出restool + +#### 相关仓 + +third_party_libxml2 +third_party_jsoncpp +third_party_sqlite +third_party_bounds_checking_function