Compare commits

..

No commits in common. "d12079ff73b6f7ed0f74a9e98ebcac533c36c554" and "41f4adbd47bb00a2542b6540b80311e886589303" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View File

View File

@ -1,13 +0,0 @@
#!/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