From 5cd3cbe5176accdb5f1629d71b74f63a8e0e08bf Mon Sep 17 00:00:00 2001 From: Rich Wareham Date: Thu, 27 Feb 2014 09:52:28 +0000 Subject: [PATCH 1/2] README: add note on RHEL/CentOS 6 Add note on autoconf >2.69 being required for compilation under RHEL/CentOS. Closes #178. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2572f32395..e4b913497e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ * [Status](#status) * [Dependencies](#dependencies) * [For Debian/Ubuntu](#for-debianubuntu) + * [For CentOS/RHEL](#centosrhel) * [For FreeBSD 10](#for-freebsd-10) * [For Arch Linux](#for-arch-linux) * [For OS X](#for-os-x) @@ -277,6 +278,11 @@ and what is currently being worked on: sudo apt-get install libtool autoconf automake cmake libncurses5-dev g++ +### CentOS/RHEL + +If you're using CentOS/RHEL 6 you need at least autoconf version 2.69 for +compiling the libuv dependency. See joyent/libuv#1158. + ### FreeBSD 10 From 2bb9487b68db6cbb93e00c39fde8f5208893edc6 Mon Sep 17 00:00:00 2001 From: Rich Wareham Date: Thu, 27 Feb 2014 09:58:52 +0000 Subject: [PATCH 2/2] README.md: fix anchor tags for CentOS/RHEL section MAke the use of anchor tags consistent for the change introduced in 5cd3cbe. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4b913497e..6839b8451a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ * [Status](#status) * [Dependencies](#dependencies) * [For Debian/Ubuntu](#for-debianubuntu) - * [For CentOS/RHEL](#centosrhel) + * [For CentOS/RHEL](#for-centos-rhel) * [For FreeBSD 10](#for-freebsd-10) * [For Arch Linux](#for-arch-linux) * [For OS X](#for-os-x) @@ -278,6 +278,7 @@ and what is currently being worked on: sudo apt-get install libtool autoconf automake cmake libncurses5-dev g++ + ### CentOS/RHEL If you're using CentOS/RHEL 6 you need at least autoconf version 2.69 for