Update GettingStartedDeb.md
This commit is contained in:
parent
928702aee9
commit
e12f96840d
|
|
@ -35,7 +35,7 @@ sudo apt-get install Mono-Complete
|
||||||
To build libuv you should do the following:
|
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
|
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
|
cd /usr/local/src/libuv-1.4.2
|
||||||
sudo sh autogen.sh
|
sudo sh autogen.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue