Compatible with latest libuv (1.14.x) and Golang version >= 1.8.
Inspired by go-uv with bugs fixed and much more additional libuv handles.
- libuv:
wget https://dist.libuv.org/dist/v1.14.1/libuv-v1.14.1.tar.gz
tar xzf libuv-v1.14.1.tar.gz
cd libuv-v1.14.1
sh autogen.sh
./configure
make
sudo make install
sudo ldconfig
- pkg-config:
sudo apt-get install -y pkg-config