From fc7f5699921c15d1be78b3a8748e09718a2792c4 Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Sun, 10 May 2015 19:32:30 -0300 Subject: [PATCH] Update OS X's install instructions. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6110d94..ceed878 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ #### OS X - $ sudo port install ncurses +OS X has ncurses with wide character support out of the box. If you want to use +other ncurses libraries (from Macports, Homebrew, etc.) you will still be able +to do so if you specify LDLAGS in the make invocation. See +[this pull request](https://github.com/mpereira/tty-solitaire/pull/8) for more +information. ## Compile $ git clone https://github.com/mpereira/tty-solitaire.git