mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 12:45:17 -07:00
Added automake as a dependency when building on OS X. Otherwise build complaints of missing aclocal.
This commit is contained in:
parent
3d171b6be2
commit
2d32735bd9
@ -183,16 +183,17 @@ For OsX:
|
||||
|
||||
Via MacPorts:
|
||||
|
||||
sudo port install md5sha1sum cmake libtool
|
||||
sudo port install md5sha1sum cmake libtool automake
|
||||
|
||||
Via Homebrew:
|
||||
|
||||
brew install md5sha1sum cmake libtool
|
||||
brew install md5sha1sum cmake libtool automake
|
||||
|
||||
For Arch Linux:
|
||||
|
||||
sudo pacman -S base-devel cmake ncurses
|
||||
|
||||
|
||||
TODO: release the Dockerfile which has this in it
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user