From 88aba2a8e95462f3596f9989f55b080debf099b4 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Mon, 10 Oct 2022 15:03:52 +0800 Subject: [PATCH] compile and install libserverframe --- Home.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Home.md b/Home.md index bc92612..fbc5bc7 100644 --- a/Home.md +++ b/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 ../ #返回上一级目录