18 lines
674 B
Plaintext
18 lines
674 B
Plaintext
Copy right 2010 Happy Fish / YuQing
|
|
|
|
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.fastken.com/
|
|
|
|
# download libfastcommon source codes and install it,
|
|
# github address: https://github.com/happyfish100/libfastcommon.git
|
|
# gitee address: https://gitee.com/fastdfs100/libfastcommon.git
|
|
# the command lines as:
|
|
|
|
git clone https://github.com/happyfish100/libfastcommon.git
|
|
cd libfastcommon; git checkout V1.0.48
|
|
./make.sh clean && ./make.sh && ./make.sh install
|
|
|