samtay / tetris

A terminal interface for Tetris
Other
871 stars 40 forks source link

`tetris: error while loading shared libraries: libncursesw.so.6: cannot open shared object file: No such file or directory` #3

Closed Masterxilo closed 5 years ago

Masterxilo commented 6 years ago

Maybe you should include the following fix for this in the download instructions for the binaries:

sudo apt update
sudo apt install -y libncursesw5 libncursesw5-dev
sudo ln -s /lib/x86_64-linux-gnu/libncursesw.so.5  /lib/x86_64-linux-gnu/libncursesw.so.6
Masterxilo commented 6 years ago

I can confirm that it works on bash for WSL (windows) with this fix (the only issues being that the characters for the drop-location preview are missing and one of the block's colors is exactly the background color of the powershell ;) )

falfiya commented 5 years ago

Had this issue too and the fix works. Thanks!

samtay commented 5 years ago

Thanks for the tip!

mihaimaruseac commented 5 years ago

I would recommend against doing this.