修改readme

Signed-off-by: chencheng31 <chencheng8@huawei.com>
This commit is contained in:
chencheng31
2022-03-07 11:59:55 +08:00
parent 210159090f
commit 8fc6bacec0
3 changed files with 49 additions and 44 deletions
-28
View File
@@ -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.
+18 -16
View File
@@ -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 显示帮助信息
+31
View File
@@ -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