diff options
author | Rich Wareham <rjw57@cantab.net> | 2014-02-27 10:28:06 +0000 |
---|---|---|
committer | Rich Wareham <rjw57@cantab.net> | 2014-02-27 10:28:06 +0000 |
commit | 29f4e8ebc4f45ba65589bb1a3748f3560a1f6a6d (patch) | |
tree | cceb0909a7889a2da1489efc32b1b331700fc6d1 | |
parent | 97e635e8b6fba11ed1237cda3986139d2e6a2170 (diff) | |
parent | 2bb9487b68db6cbb93e00c39fde8f5208893edc6 (diff) | |
download | rneovim-29f4e8ebc4f45ba65589bb1a3748f3560a1f6a6d.tar.gz rneovim-29f4e8ebc4f45ba65589bb1a3748f3560a1f6a6d.tar.bz2 rneovim-29f4e8ebc4f45ba65589bb1a3748f3560a1f6a6d.zip |
Merge pull request #183 from rjw57/issue-178
README: add note on RHEL/CentOS 6
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,7 @@ * [Status](#status) * [Dependencies](#dependencies) * [For Debian/Ubuntu](#for-debianubuntu) + * [For CentOS/RHEL](#for-centos-rhel) * [For FreeBSD 10](#for-freebsd-10) * [For Arch Linux](#for-arch-linux) * [For OS X](#for-os-x) @@ -277,6 +278,12 @@ and what is currently being worked on: sudo apt-get install libtool autoconf automake cmake libncurses5-dev g++ +<a name="for-centos-rhel"></a> +### 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 |