Merge branch 'patch-1' of git://github.com/lingceng/kakoune

This commit is contained in:
Maxime Coste 2016-12-16 00:21:40 +00:00
commit ad511e5577

View File

@ -120,11 +120,12 @@ its source directory, type *make install*, you can specify the `PREFIX` and
[TIP] [TIP]
.Homebrew (OSX) .Homebrew (OSX)
==== ====
NOTE: The ncurses library that comes with OSX is not new enough to support some of the mouse based features of Kakoune NOTE: The ncurses library that comes with OSX is not new enough to support some
(only tested on OSX 10.11.3, where the packaged ncurses library is version 5.4, whereas the latest version is 6.0). of the mouse based features of Kakoune (only tested on OSX 10.11.3, where the
Currently, a fresh Kakoune install requires that you install ncurses 6.0. You can install ncurses 6.0 via Homebrew, 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 tap homebrew/dupes
brew install homebrew/dupes/ncurses brew install homebrew/dupes/ncurses
----------------------------------- -----------------------------------