问题遇到的现象和发生背景
ubuntu20.04安装UE4,make后不出现UE4edior。(通过github zip下载,setup。sh顺利通过 ,在编译make和./GenerateProjectFiles.sh时都有未找到文件)
"/home/liu/daily/UnrealEngine-release/Engine/Build/BatchFiles/RunUBT.sh" CrashReportClient Linux Shipping
Setting up bundled DotNet SDK
Building UBT...
*ind: ‘. ./Restricted/**/Source/Programs/Shared’: 没有那个文件或目录
find: ‘. ./Platforms/*/Source/Programs/Shared’:``` 没有那个文件或目录
find: ‘. . /Restricted/**/Source/Programs/UnrealBuildTool’: 没有那个文件或目录**
UnrealBuildTool.dll is up to date
Log file: /home/liu/daily/UnrealEngine-release/Engine/Programs/UnrealBuildTool/Log.txt
Invalidating makefile for CrashReportClient (working set of source files changed)
操作环境、软件版本等信息
系统为ubuntu20.04 ue4.27
我想要达到的结果
求指教