Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GettingStartedDeb.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sudo apt-get install mono-complete
To build libuv you should do the following:

```
sudo apt-get install automake libtool curl
sudo apt-get install automake libtool curl make unzip
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
Expand Down