Updated Home (markdown)

master
最上川 2023-01-19 09:58:00 +08:00
parent 3c1d26cee0
commit 4efffb6ca4
1 changed files with 2 additions and 1 deletions

@ -55,6 +55,7 @@ cd /usr/local/src #切换到安装目录准备下载安装包
git clone https://github.com/happyfish100/libfastcommon.git --depth 1 git clone https://github.com/happyfish100/libfastcommon.git --depth 1
cd libfastcommon/ cd libfastcommon/
./make.sh && ./make.sh install #编译安装 ./make.sh && ./make.sh install #编译安装
cd ../ #返回上一级目录
``` ```
## 安装libserverframe ## 安装libserverframe
@ -62,11 +63,11 @@ cd libfastcommon/
git clone https://github.com/happyfish100/libserverframe.git --depth 1 git clone https://github.com/happyfish100/libserverframe.git --depth 1
cd libserverframe/ cd libserverframe/
./make.sh && ./make.sh install #编译安装 ./make.sh && ./make.sh install #编译安装
cd ../ #返回上一级目录
``` ```
## 安装FastDFS ## 安装FastDFS
```shell ```shell
cd ../ #返回上一级目录
git clone https://github.com/happyfish100/fastdfs.git --depth 1 git clone https://github.com/happyfish100/fastdfs.git --depth 1
cd fastdfs/ cd fastdfs/
./make.sh && ./make.sh install #编译安装 ./make.sh && ./make.sh install #编译安装