Update GettingStartedDeb.md

This commit is contained in:
Glenn Condron 2015-04-27 16:35:47 -07:00
parent 928702aee9
commit e12f96840d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ sudo apt-get install Mono-Complete
To build libuv you should do the following:
```
sudo apt-get install automake libtool
sudo apt-get install 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