Created
January 10, 2019 16:46
-
-
Save evaldosantos/451ae06f7b47dfbe18850c221815b7d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you need to have ncurses first in your PATH run: | |
echo 'export PATH="/usr/local/opt/ncurses/bin:$PATH"' >> ~/.bash_profile | |
For compilers to find ncurses you may need to set: | |
export LDFLAGS="-L/usr/local/opt/ncurses/lib" | |
export CPPFLAGS="-I/usr/local/opt/ncurses/include" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment