mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
Merge pull request #22 from cmrosenberg/osx-automake
Added automake as build dependency on OS X
This commit is contained in:
@@ -185,16 +185,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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user