Version: 1.2
语言 : 中文
OpenEuler Build Settings
Build Unity projects from the Command Line

Troubleshooting the OpenEuler platform issues

This page lists the known issues for the OpenEuler platform and provides tested solutions.

Editor throw ‘libtinfo.so.5 not found’ error

Cause

libtinfo.so.5 is no long present by default on current Ubuntu systems but it is required by LLVM toolchain when building OpenEuler games.

Solution

Install libtinfo5 using apt:

```
sudo apt install libtinfo5
``` 
OpenEuler Build Settings
Build Unity projects from the Command Line