Compare commits
2 Commits
41f4adbd47
...
d12079ff73
Author | SHA1 | Date | |
---|---|---|---|
|
d12079ff73 | ||
|
1446e2a977 |
13
setup_unreal.sh
Executable file
13
setup_unreal.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user