Merge branch '1.0.0-beta8' into 1.0.0-rc1

pull/583/head
danroth27 2015-10-15 21:29:45 -07:00
commit 9f0f328003
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ To build libuv you should do the following::
sudo yum install automake libtool wget
wget http://dist.libuv.org/dist/v1.4.2/libuv-v1.4.2.tar.gz
tar -zxf libuv-v1.4.2.tar.gz
cd libuv-v1.6.2
cd libuv-v1.4.2
sudo sh autogen.sh
sudo ./configure
sudo make