This page lists the known issues for the OpenEuler 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 OpenEuler games.
Install libtinfo5 using apt:
```
sudo apt install libtinfo5
```