Skip to content

Commit 89c60fb

Browse files
committed
delete:gitee dir
update:docment and readme
1 parent 10165ae commit 89c60fb

File tree

6 files changed

+6
-63
lines changed

6 files changed

+6
-63
lines changed

.gitee/ISSUE_TEMPLATE.zh-CN.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.en.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[中文](README.md) || [English](README.en.md)
22
# XEngine_Storage
33
This repository has a development and master branch. If you want to use it, please use the master branch
4+
please use git tool to download,like is git clone or gortoisegit.compile is failed when use download zip packet.
45

56
## Introduction
67
c c++ 存储服务 c c++ 文件存储服务
@@ -35,35 +36,18 @@ feature list:
3536
#### Requirements
3637
support system above windows 7sp1 and linux(ubuntu20.04,centos8)
3738
XEngine need V7.24 or above
38-
vcpkg need 2021.05.11 or above
3939

4040
#### Windows
41-
use vs2019 x86(debug or release) x64(only release) open and complie
41+
use vs open and complie
4242
You need to configure the environment in the following way, otherwise you may need to set the library directory in the project yourself
4343

44-
##### install Dependent library
45-
vcpkg:https://github.com/microsoft/vcpkg
46-
vcpkg.exe install jsoncpp
47-
vcpkg integrate install
48-
you can not use vcpkg and config jsoncpp development for youself
49-
5044
##### XEngine
5145
download xengine through git.read xengine project readme file to configure your env
5246

5347
#### Linux
5448
Linux use Makefile to complie
55-
supproted ubuntu x64 or centos x64
56-
57-
##### install Dependent library
58-
install jsoncpp to your system
59-
ubuntu20.04
60-
sudo apt install libjsoncpp-devel
61-
Centos8.x
62-
sudo dnf install jsoncpp-devel
63-
64-
##### XEngine Install
65-
you can install xengine env to your system by shell
66-
like this:sudo XEngine_LINEnv.sh -i 3
49+
supproted ubuntu x64 or centos x64
50+
6751
##### complie
6852
execute command in XEngine_Source path
6953
make complie

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[中文](README.md) || [English](README.en.md)
22
# XEngine_Storage
33
本仓库有开发和主分支,如果要使用,请使用master分支下的代码
4+
请使用git工具下载,比如git clone 或者 TortoiseGit.zip包可能会造成编译失败的问题
45

56
## 介绍
67
c c++ 存储服务 c c++ 文件存储服务
@@ -34,17 +35,10 @@ c c++ file storage service
3435
#### 版本需求
3536
支持WINDOWS 7SP1和LINUX(UBUNT20.04,CENTOS8)以上系统
3637
XEngine版本需要V7.24或者以上版本
37-
vcpkg 需要2021.05.11以上版本
3838

3939
#### Windows
40-
使用VS2019 x86(debug release) x64(release)打开并且编译
40+
使用VS打开并且编译
4141
你需要按照下面的方式配置环境,不然你可能需要自己在项目中设置库目录
42-
##### 三方库环境
43-
需要使用VCPKG安装环境.代码地址:https://github.com/microsoft/vcpkg
44-
安装好后你可能需要把它集成到你的VS中
45-
然后命令安装环境: vcpkg.exe install jsoncpp
46-
集成VS环境: vcpkg integrate install
47-
vcpkg 主要为了方便安装jsoncpp,如果你想自己配置jsoncpp的环境,可以不使用vcpkg...
4842

4943
##### XEngine环境
5044
XEngine通过GIT下载,参考XEngine项目的readme配置环境
@@ -53,14 +47,6 @@ XEngine通过GIT下载,参考XEngine项目的readme配置环境
5347
Linux使用Makefile编译
5448
UBUNTU20.04 x64或者CENTOS8 x64均可
5549

56-
##### 三方库环境
57-
基于不同系统,可能命令不同,比如在Ubuntu下面
58-
sudo apt install libjsoncpp-devel
59-
Centos8.x
60-
sudo dnf install jsoncpp-devel
61-
62-
##### XEngine环境
63-
XEngine可以通过脚本文件安装sudo XEngine_LINEnv.sh -i 3
6450
##### 编译命令
6551
在XEngine_Source目录下执行命令
6652
make 编译

XEngine_Docment/Docment_en.docx

-477 KB
Binary file not shown.

XEngine_Docment/Docment_zh.docx

-477 KB
Binary file not shown.

0 commit comments

Comments
 (0)