From b89d23ab8ba5b1a982540309c7a127f9815a49cd Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Sat, 23 Nov 2019 10:02:35 +0800 Subject: [PATCH] INSTALL changed --- INSTALL | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/INSTALL b/INSTALL index 67392c4..6328176 100644 --- a/INSTALL +++ b/INSTALL @@ -4,20 +4,13 @@ libfastcommon may be copied only under the terms of the Less GNU General Public License(LGPL). Please visit the libfastcommon Home Page for more detail. English language: https://github.com/happyfish100/libfastcommon -Chinese language: http://www.csource.org/ +Chinese language: http://www.fastken.com/ - -#step 1. download libfastcommon source package and unpack it, -tar xzf libfastcommon_v1.x.tar.gz -#for example: -tar xzf libfastcommon_v1.23.tar.gz - -#step 2. enter the libfastcommon dir -cd libfastcommon - -#step 3. make -./make.sh - -#step 4. make install -./make.sh install +# download libfastcommon source codes and install it, +# github address: https://github.com/happyfish100/libfastcommon.git +# gitee address: https://gitee.com/fastdfs100/libfastcommon.git +# command lines as: + git clone https://github.com/happyfish100/libfastcommon.git + cd libfastcommon; git checkout V1.0.41 + ./make.sh clean && ./make.sh && ./make.sh install