INSTALL changed for V6.12.1

master
YuQing 2024-03-11 15:15:03 +08:00
parent 8b952615ec
commit 10aa9a8de8
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Chinese language: http://www.fastken.com/
# command lines as:
git clone https://github.com/happyfish100/libfastcommon.git
cd libfastcommon; git checkout V1.0.72
cd libfastcommon; git checkout V1.0.73
./make.sh clean && ./make.sh && ./make.sh install
@ -21,7 +21,7 @@ Chinese language: http://www.fastken.com/
# command lines as:
git clone https://github.com/happyfish100/libserverframe.git
cd libserverframe; git checkout V1.2.2
cd libserverframe; git checkout V1.2.3
./make.sh clean && ./make.sh && ./make.sh install
# step 3. download fastdfs source codes and install it,
@ -30,7 +30,7 @@ Chinese language: http://www.fastken.com/
# command lines as:
git clone https://github.com/happyfish100/fastdfs.git
cd fastdfs; git checkout V6.12.0
cd fastdfs; git checkout V6.12.1
./make.sh clean && ./make.sh && ./make.sh install