Compare commits

..

2 Commits

Author SHA1 Message Date
saundersp
d12079ff73 colours renamed to colours.sh 2024-11-07 20:49:57 +01:00
saundersp
1446e2a977 Added setup_unreal.sh script 2024-11-07 20:49:33 +01:00
2 changed files with 13 additions and 0 deletions

View File

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