mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 11:55:34 +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:
|
Via MacPorts:
|
||||||
|
|
||||||
sudo port install md5sha1sum cmake libtool
|
sudo port install md5sha1sum cmake libtool automake
|
||||||
|
|
||||||
Via Homebrew:
|
Via Homebrew:
|
||||||
|
|
||||||
brew install md5sha1sum cmake libtool
|
brew install md5sha1sum cmake libtool automake
|
||||||
|
|
||||||
For Arch Linux:
|
For Arch Linux:
|
||||||
|
|
||||||
sudo pacman -S base-devel cmake ncurses
|
sudo pacman -S base-devel cmake ncurses
|
||||||
|
|
||||||
|
|
||||||
TODO: release the Dockerfile which has this in it
|
TODO: release the Dockerfile which has this in it
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user