mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Add dependency install instructions for OsX
This commit is contained in:
parent
d1dc922117
commit
13a71ea092
15
README.md
15
README.md
@ -176,12 +176,23 @@ For Ubuntu 12.04:
|
|||||||
|
|
||||||
sudo apt-get install build-essential cmake libncurses5-dev
|
sudo apt-get install build-essential cmake libncurses5-dev
|
||||||
|
|
||||||
|
For OsX:
|
||||||
|
|
||||||
|
* Install [Xcode](https://developer.apple.com/)
|
||||||
|
* Install sha1sum
|
||||||
|
|
||||||
|
Via MacPorts:
|
||||||
|
|
||||||
|
sudo port install md5sha1sum
|
||||||
|
|
||||||
|
Via Homebrew:
|
||||||
|
|
||||||
|
sudo brew install md5sha1sum
|
||||||
|
|
||||||
TODO: release the Dockerfile which has this in it
|
TODO: release the Dockerfile which has this in it
|
||||||
|
|
||||||
TODO: Arch instructions
|
TODO: Arch instructions
|
||||||
|
|
||||||
TODO: OSX instructions
|
|
||||||
|
|
||||||
|
|
||||||
###Building
|
###Building
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user