emojicode / emojicode

😀😜🔂 World’s only programming language that’s bursting with emojis

Home Page:https://emojicode.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It gives me an error "libinfo.so.5" failed to load when I try to run the compiler

0x61nas opened this issue · comments

./emojicodec: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory


OS: Windows 10 pro
but I'm using wsl Ubuntu 20.4 to run

Thanks, I installed libtinfo5 and the problem was solved
sudo apt install libtinfo5