We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928702a commit e12f968Copy full SHA for e12f968
GettingStartedDeb.md
@@ -35,7 +35,7 @@ sudo apt-get install Mono-Complete
35
To build libuv you should do the following:
36
37
```
38
-sudo apt-get install automake libtool
+sudo apt-get install automake libtool curl
39
curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | sudo tar zxfv - -C /usr/local/src
40
cd /usr/local/src/libuv-1.4.2
41
sudo sh autogen.sh
0 commit comments