This page lists the known issues for the ArmLinux platform and provides tested solutions.
libtinfo.so.5 is no long present by default on current Ubuntu systems but it is required by LLVM toolchain when building ArmLinux games.
Install libtinfo5 using apt:
```
sudo apt install libtinfo5
```