Installing UE5 Early Access on Unbuntu Linux fails

I was able to build it on my ubuntu 20.10 latest without problems, building procedure is exactly the same like with ue 4:

In short, you’ll need to:

  1. download and extract early-access version from github (see link)
  2. I did change the owner of the extracted folder+subfolders to the user I’m logged in with so I have full read and write access.
  3. enter the folder you extracted the engine to
  4. run “./setup.sh” inside the folder
  5. run “./GenerateProjectFiles.sh”
  6. run “make” (this can take about an hour)