diff --git a/GettingStartedDeb.md b/GettingStartedDeb.md index 9ce4b14fcc..3a06f1a84b 100644 --- a/GettingStartedDeb.md +++ b/GettingStartedDeb.md @@ -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