Skip to content

Instantly share code, notes, and snippets.

@natemcmaster
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natemcmaster/c98c5c7043c1d547b431 to your computer and use it in GitHub Desktop.
Save natemcmaster/c98c5c7043c1d547b431 to your computer and use it in GitHub Desktop.
sudo apt-get install -y automake libtool curl
curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | sudo tar zxfv - -C /usr/local/src
cd /usr/local/src/libuv-1.4.2
sudo sh autogen.sh
sudo ./configure
sudo make
sudo make install
sudo rm -rf /usr/local/src/libuv-1.4.2 && cd ~/
sudo ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment