Skip to content

Commit bc4edea

Browse files
author
Michael Fero
committed
doc: Updating libuv version in build script example
1 parent 6b7fb4e commit bc4edea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ sudo apt-get install g++ make cmake libuv-dev libssl-dev libgmp-dev php5 php5-de
3030
```bash
3131
sudo yum install automake cmake gcc gcc-c++ git libtool openssl-devel wget gmp gmp-devel boost php-devel pcre-devel git
3232
pushd /tmp
33-
wget http://dist.libuv.org/dist/v1.4.2/libuv-v1.4.2.tar.gz
34-
tar xzf libuv-v1.4.2.tar.gz
35-
pushd libuv-v1.4.2
33+
wget http://dist.libuv.org/dist/v1.8.0/libuv-v1.8.0.tar.gz
34+
tar xzf libuv-v1.8.0.tar.gz
35+
pushd libuv-v1.8.0
3636
sh autogen.sh
3737
./configure
3838
sudo make install

0 commit comments

Comments
 (0)