Compare commits
No commits in common. "d12079ff73b6f7ed0f74a9e98ebcac533c36c554" and "41f4adbd47bb00a2542b6540b80311e886589303" have entirely different histories.
d12079ff73
...
41f4adbd47
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user