Skip to content

Instantly share code, notes, and snippets.

@andersevenrud
Last active July 22, 2022 12:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andersevenrud/353433e4c1d4bb218d1a35f39bf3b23a to your computer and use it in GitHub Desktop.
Save andersevenrud/353433e4c1d4bb218d1a35f39bf3b23a to your computer and use it in GitHub Desktop.
UE5 on Arch

UE5 on Arch Linux

Just some personal in order to make Unreal Engine 5 compile on Arch Linux (25th of June 2022).

Don't even bother trying to make the marketplace run. You gotta do that shit under Wine (Lutris is great for auto-setup) and copy assets over to your Linux drive.

Dependencies:

sudo pacman -S dotnet-sdk xdg-user-dir clang make git
sudo pacman -S yay
yay -S libicu50 --noconfirm

Download binaries:

./Setup.sh

Generate build files:

SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt SSL_CERT_DIR=/dev/null ./GenerateProjectFiles.sh

Build:

make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment