Update Homebrew installation instructions

This commit is contained in:
Alyssa Ross 2018-05-23 14:35:47 +01:00
parent 36e7e93f78
commit 0077a688e8
No known key found for this signature in database
GPG Key ID: 37A2D352E7A2B260

View File

@ -122,25 +122,10 @@ its source directory, type *make install*, you can specify the `PREFIX` and
`DESTDIR` if needed. `DESTDIR` if needed.
[TIP] [TIP]
.Homebrew (OSX) .Homebrew (macOS)
==== ====
NOTE: The ncurses library that comes with OSX is not new enough to support some
mouse based features of Kakoune (only tested on OSX 10.11.3, where the
packaged ncurses library is version 5.4, whereas the latest version is 6.0).
Currently, a fresh Kakoune install requires that you install ncurses 6.0. You
can install ncurses 6.0 via Homebrew,
--------------------
brew install ncurses
--------------------
Then, to install,
---------------------------------------------------------------------------------------------
brew install --HEAD https://raw.githubusercontent.com/mawww/kakoune/master/contrib/kakoune.rb
---------------------------------------------------------------------------------------------
To update kakoune,
--------------------------------- ---------------------------------
brew upgrade --fetch-HEAD kakoune brew install kakoune
--------------------------------- ---------------------------------
==== ====