compile and install libserverframe
parent
cdf4b7953c
commit
88aba2a8e9
8
Home.md
8
Home.md
|
|
@ -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 ../ #返回上一级目录
|
||||
|
|
|
|||
Loading…
Reference in New Issue