mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
README: add note on RHEL/CentOS 6
Add note on autoconf >2.69 being required for compilation under RHEL/CentOS. Closes #178.
This commit is contained in:
parent
653c1eb0d2
commit
5cd3cbe517
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user