Skip to content

Instantly share code, notes, and snippets.

@evaldosantos
Created January 10, 2019 16:46
Show Gist options
  • Save evaldosantos/451ae06f7b47dfbe18850c221815b7d1 to your computer and use it in GitHub Desktop.
Save evaldosantos/451ae06f7b47dfbe18850c221815b7d1 to your computer and use it in GitHub Desktop.
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