Closed JiangYongKang closed 6 years ago
Cmatrix requires the ncurses library and glibc6. All the warning have been generated because you are not on linux.
We are thinking of porting it to mac and windows and would get back into this later this month. Mostly for me, this month is a very busy one.
FWIW homebrew on macOS actually has cmatrix, which looks like is getting compiled on macOS no problem. The source of the brew formula is here.
And I was able to compile it from scratch (brew install cmatrix -s
) (-s
to compile instead of downloading a binary from cache).
brew has an old version of cmatrix I guess.
@JiangYongKang all the warnings you see are stating that you won't get cmatrix fonts working on macOS. I have'nt had a hand into macOS, so I don't exactly know the cause, I don't think it works natively and homebrey has an old version of cmatrix. We will be happy to have a port if you could deliver one.
Closing this as it is provided by brew
I run
. /configure
after some warnings,glibc6
can not work in mac?