Skip to content

Commit e12f968

Browse files
committed
Update GettingStartedDeb.md
1 parent 928702a commit e12f968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GettingStartedDeb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sudo apt-get install Mono-Complete
3535
To build libuv you should do the following:
3636

3737
```
38-
sudo apt-get install automake libtool
38+
sudo apt-get install automake libtool curl
3939
curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | sudo tar zxfv - -C /usr/local/src
4040
cd /usr/local/src/libuv-1.4.2
4141
sudo sh autogen.sh

0 commit comments

Comments
 (0)