Updated Home (markdown)

master
JaesonCheng 2020-07-08 11:47:51 +08:00
parent 9d964b3340
commit d43c3d6647
1 changed files with 2 additions and 2 deletions

@ -3,7 +3,7 @@
| 名称 | 说明 | | 名称 | 说明 |
|:--|-| |:--|-|
| centos|7.x| | centos|7.x|
|libfatscommon|FastDFS分离出的一些公用函数包| |libfastcommon|FastDFS分离出的一些公用函数包|
|FastDFS|FastDFS本体| |FastDFS|FastDFS本体|
|fastdfs-nginx-module|FastDFS和nginx的关联模块| |fastdfs-nginx-module|FastDFS和nginx的关联模块|
|nginx|nginx1.15.4| |nginx|nginx1.15.4|
@ -21,7 +21,7 @@ yum install git gcc gcc-c++ make automake autoconf libtool pcre pcre-devel zlib
mkdir /home/dfs #创建数据存储目录 mkdir /home/dfs #创建数据存储目录
cd /usr/local/src #切换到安装目录准备下载安装包 cd /usr/local/src #切换到安装目录准备下载安装包
``` ```
## 安装libfatscommon ## 安装libfastcommon
```shell ```shell
git clone https://github.com/happyfish100/libfastcommon.git --depth 1 git clone https://github.com/happyfish100/libfastcommon.git --depth 1
cd libfastcommon/ cd libfastcommon/