Added setup_unreal.sh script

This commit is contained in:
saundersp 2024-11-07 20:49:33 +01:00
parent 41f4adbd47
commit 1446e2a977

13
setup_unreal.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
set -e
test -z "$REPO_PATH" && REPO_PATH="$HOME"/git
git clone git@github.com:EpicGames/UnrealEngine.git -b release --depth 1 "$REPO_PATH"/UnrealEngine
cd "$REPO_PATH"/UnrealEngine
./Setup.sh
./GenerateProjectFiles.sh
make
cd Engine/Binaries/Linux
./UnrealEditor