From fa82fbea1457476948b3759e1239ea538c995728 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Tue, 20 Feb 2018 12:15:43 +0100 Subject: [PATCH] Upgrade to UE4.18 --- Docs/how_to_build_on_linux.md | 12 ++++++------ Unreal/CarlaUE4/CarlaUE4.uproject | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Docs/how_to_build_on_linux.md b/Docs/how_to_build_on_linux.md index 2f6f2751c..c1023e9a6 100644 --- a/Docs/how_to_build_on_linux.md +++ b/Docs/how_to_build_on_linux.md @@ -25,12 +25,12 @@ Build Unreal Engine 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 -"~/UnrealEngine_4.17", but you can install it anywhere, just replace the path +Download and compile Unreal Engine 4.18. Here we will assume you install it at +"~/UnrealEngine_4.18", but you can install it anywhere, just replace the path where necessary. - $ git clone --depth=1 -b 4.17 https://github.com/EpicGames/UnrealEngine.git ~/UnrealEngine_4.17 - $ cd ~/UnrealEngine_4.17 + $ git clone --depth=1 -b 4.18 https://github.com/EpicGames/UnrealEngine.git ~/UnrealEngine_4.18 + $ cd ~/UnrealEngine_4.18 $ ./Setup.sh && ./GenerateProjectFiles.sh && make Check Unreal's documentation @@ -61,7 +61,7 @@ To build CARLA, use the rebuild script. This script deletes all intermediate files, rebuilds whole CARLA, and launches the editor. Use it too for making a clean rebuild of CARLA - $ UE4_ROOT=~/UnrealEngine_4.17 ./Rebuild.sh + $ UE4_ROOT=~/UnrealEngine_4.18 ./Rebuild.sh It looks at the environment variable `UE4_ROOT` to find the right version of Unreal Engine. You can also add this variable to your "~/.bashrc" or similar. @@ -91,7 +91,7 @@ Launching the editor To open the editor once the project is already built $ cd Unreal/CarlaUE4 - $ ~/UnrealEngine_4.17/Engine/Binaries/Linux/UE4Editor "$PWD/CarlaUE4.uproject" + $ ~/UnrealEngine_4.18/Engine/Binaries/Linux/UE4Editor "$PWD/CarlaUE4.uproject" Test (Optional) --------------- diff --git a/Unreal/CarlaUE4/CarlaUE4.uproject b/Unreal/CarlaUE4/CarlaUE4.uproject index fa83bc82f..d67bb2410 100644 --- a/Unreal/CarlaUE4/CarlaUE4.uproject +++ b/Unreal/CarlaUE4/CarlaUE4.uproject @@ -1,6 +1,6 @@ { "FileVersion": 3, - "EngineAssociation": "4.17", + "EngineAssociation": "4.18", "Category": "", "Description": "", "Modules": [