Make clearer that Unreal repo is private
This commit is contained in:
parent
65e76fbcb7
commit
d9091aa5ae
|
@ -20,13 +20,15 @@ change your default clang version to compile Unreal
|
||||||
Build Unreal Engine
|
Build Unreal Engine
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
!!! note
|
||||||
|
Unreal Engine repositories are set to private. In order to gain access you
|
||||||
|
need to add your GitHub username when you sign up at
|
||||||
|
[www.unrealengine.com](https://www.unrealengine.com).
|
||||||
|
|
||||||
Download and compile Unreal Engine 4.17. Here we will assume you install it at
|
Download and compile Unreal Engine 4.17. Here we will assume you install it at
|
||||||
"~/UnrealEngine_4.17", but you can install it anywhere, just replace the path
|
"~/UnrealEngine_4.17", but you can install it anywhere, just replace the path
|
||||||
where necessary.
|
where necessary.
|
||||||
|
|
||||||
Unreal Engine repositories are set to private. In order to gain access you need
|
|
||||||
to add your GitHub username when you sign up at https://unrealengine.com.
|
|
||||||
|
|
||||||
$ git clone --depth=1 -b 4.17 https://github.com/EpicGames/UnrealEngine.git ~/UnrealEngine_4.17
|
$ git clone --depth=1 -b 4.17 https://github.com/EpicGames/UnrealEngine.git ~/UnrealEngine_4.17
|
||||||
$ cd ~/UnrealEngine_4.17
|
$ cd ~/UnrealEngine_4.17
|
||||||
$ ./Setup.sh && ./GenerateProjectFiles.sh && make
|
$ ./Setup.sh && ./GenerateProjectFiles.sh && make
|
||||||
|
|
Loading…
Reference in New Issue