compile and install libserverframe

master
YuQing 2022-10-10 15:03:52 +08:00
parent cdf4b7953c
commit 88aba2a8e9
1 changed files with 8 additions and 0 deletions

@ -32,6 +32,14 @@ git clone https://github.com/happyfish100/libfastcommon.git --depth 1
cd libfastcommon/
./make.sh && ./make.sh install #编译安装
```
## 安装libserverframe
```shell
git clone https://github.com/happyfish100/libserverframe.git
cd libserverframe/
./make
```
## 安装FastDFS
```shell
cd ../ #返回上一级目录