Libuv IO 操作
架构图
源码
https://github.com/libuv/libuv.git
文档
http://docs.libuv.org/en/v1.x/
编译
sudo apt-get install automake libtool
sh autogen.sh
./configure -prefix=/home/zxc/libuv/output
make -j16
make install
架构图
源码
https://github.com/libuv/libuv.git
文档
http://docs.libuv.org/en/v1.x/
编译
sudo apt-get install automake libtool
sh autogen.sh
./configure -prefix=/home/zxc/libuv/output
make -j16
make install