aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Wareham <rjw57@cam.ac.uk>2014-02-27 09:52:28 +0000
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-27 09:35:32 -0300
commitde77dddc0b1d93402368acea5d2f37daaf5b4e44 (patch)
tree6027ac41e20b7c74cc5996f34c668d4845966bd5
parent97e635e8b6fba11ed1237cda3986139d2e6a2170 (diff)
downloadrneovim-de77dddc0b1d93402368acea5d2f37daaf5b4e44.tar.gz
rneovim-de77dddc0b1d93402368acea5d2f37daaf5b4e44.tar.bz2
rneovim-de77dddc0b1d93402368acea5d2f37daaf5b4e44.zip
README: add note on RHEL/CentOS 6
Add note on autoconf >2.69 being required for compilation under RHEL/CentOS. Closes #178.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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.
+
<a name="for-freebsd-10"></a>
### FreeBSD 10