Linux Toolchain LINKS
For UE4:
https://dev.epicgames.com/documentati...
For UE5:
https://dev.epicgames.com/documentati...
***
For Environment Variables, type in:
Variable name:
LINUX_MULTIARCH_ROOT
Variable value:
C:\UnrealToolchains\v15_clang-8.0.1-centos7\
________________________________________________________________
For Linux permission and game running, type in:
ls
chmod +x [YourGame].sh
./[YourGame].sh
Chapters:
0:00 STEP 1: Check Linux support
0:16 STEP 2: Download the toolchain
0:33 STEP 3: Install the toolchain
1:01 STEP 4: Set up environment variable
2:02 STEP 5: Package the game
2:51 STEP 6: Give permission and test it out on Linux