-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
The OSX Install instructions are incorrect, if you're using brew to install ncurses - you should use the following flags:
export LDFLAGS="-L/usr/local/opt/ncurses/lib"
export CPPFLAGS="-I/usr/local/opt/ncurses/include"
Your README is incorrectly stating:
export LDFLAGS="-L/opt/homebrew/opt/ncurses/lib"
export CPPFLAGS="-I/opt/homebrew/opt/ncurses/include"
AdrienMasanet
Metadata
Metadata
Assignees
Labels
No labels