st3w / neo

Simulates the digital rain from "The Matrix" (CMatrix clone with 32-bit color and Unicode support)
Other
621 stars 24 forks source link

MAC OSX install Instructions #34

Open never00rei opened 6 months ago

never00rei commented 6 months ago

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"
AlKhrulev commented 4 months ago

To be fair, the previous instructions are for Intel Macs, while the new ones are for ARM ones. I would leave both for users to choose from