## git clone git@github.com:williamlfang/unix-network-programming-v3.git
cd unix-network-programming-v3-master
./configure
cd lib # build the basic library that all programs need
make # use "gmake" everywhere on BSD/OS systems
cd ../libfree # continue building the basic library
make
测试
1
2
3
4
5
6
7
8
9
10
## 编译cd intro
make
## 启动服务器sudo ./daytimetcpsrv
## 运行客户端./daytimetcpcli
Mon Dec 9 11:45:25 2019