abishekvashok / cmatrix

Terminal based "The Matrix" like implementation
GNU General Public License v3.0
4.02k stars 417 forks source link

i get this error #7

Closed Brockmerkwan closed 7 years ago

Brockmerkwan commented 7 years ago

╭─cybernecro@cybernecro-MS-7850 ~/Desktop
╰─➤ cmatrix -lba Couldn't get a file descriptor referring to the console

I installed it via apt. I tried to clone install your version, however, i could not get it to make install.

abishekvashok commented 7 years ago

Hi @Brockmerkwan.

That's because -lworks only on tty with console fonts

So, pls run it with the -l argument only when you are in a tty or set the font for the terminal to be matrix.psf by running setfont matrix.psf while being in the source directory.

abishekvashok commented 7 years ago

Duplicate of #1