INSTALL changed

pull/37/head
YuQing 2019-11-23 10:02:35 +08:00
parent aabc50c144
commit b89d23ab8b
1 changed files with 8 additions and 15 deletions

23
INSTALL
View File

@ -4,20 +4,13 @@ libfastcommon may be copied only under the terms of the Less GNU General
Public License(LGPL). Public License(LGPL).
Please visit the libfastcommon Home Page for more detail. Please visit the libfastcommon Home Page for more detail.
English language: https://github.com/happyfish100/libfastcommon English language: https://github.com/happyfish100/libfastcommon
Chinese language: http://www.csource.org/ Chinese language: http://www.fastken.com/
# download libfastcommon source codes and install it,
#step 1. download libfastcommon source package and unpack it, # github address: https://github.com/happyfish100/libfastcommon.git
tar xzf libfastcommon_v1.x.tar.gz # gitee address: https://gitee.com/fastdfs100/libfastcommon.git
#for example: # command lines as:
tar xzf libfastcommon_v1.23.tar.gz git clone https://github.com/happyfish100/libfastcommon.git
cd libfastcommon; git checkout V1.0.41
#step 2. enter the libfastcommon dir ./make.sh clean && ./make.sh && ./make.sh install
cd libfastcommon
#step 3. make
./make.sh
#step 4. make install
./make.sh install