Version: 1.3
语言 : 中文
ArmLinux Build Settings
Build Unity projects from the Command Line

Troubleshooting the ArmLinux platform issues

This page lists the known issues for the ArmLinux 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 ArmLinux games.

Solution

Install libtinfo5 using apt:

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