Update README.md

This commit is contained in:
夏楚 2017-08-28 10:04:43 +08:00 committed by GitHub
parent a93628bd35
commit 3210419ffa

View File

@ -219,8 +219,8 @@ Windows | 已经完成移植
#编译ZLToolKit #编译ZLToolKit
cd ZLToolKit cd ZLToolKit
mkdir -p build mkdir -p build
cd build -DENABLE_ASNC_TCP_CLIENT cd build
cmake .. cmake .. -DENABLE_ASNC_TCP_CLIENT
make -j4 make -j4
sudo make install sudo make install
``` ```