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
cd ZLToolKit
mkdir -p build
cd build -DENABLE_ASNC_TCP_CLIENT
cmake ..
cd build
cmake .. -DENABLE_ASNC_TCP_CLIENT
make -j4
sudo make install
```