watonomous.github.io

  1. Software Division
  2. Software Division Home
  3. Path Planning Group
  4. Simulation
  5. Simulation Challenge

[ Software Division : Ubuntu Unreal Setup ]

Created by [ Rowan Dempster] on Dec 27, 2019

'''Requirements:'''

'''Steps after a clean installation of Ubuntu 16.04:'''

  1. Open bash terminal
  1. Install git

    sudo apt-get install git
  1. Install dependencies

    sudo apt-get install build-essential mono-mcs mono-devel mono-xbuild mono-dmcs mono-reference-assemblies-4.0 libmono-system-data-datasetextensions4.0-cil libmono-system-web-extensions4.0-cil libmono-system-management4.0-cil libmono-system-xml-linq4.0-cil cmake dos2unix clang-3.5 libfreetype6-dev libgtk-3-dev libmono-microsoft-build-tasks-v4.0-4.0-cil xdg-user-dirs
  1. Clone the unreal engine source code (large download)

    git clone https://github.com/EpicGames/UnrealEngine.git


[NOTE:] This will ask for a github username and password.

Use username=”watonomous.sim@gmail.com” pass=”watonomous2017”

  1. Prepare files for compilation and then compile (this will probably take over an hour) cd UnrealEngine; ./Setup.sh ./GenerateProjectFiles.sh make

If compilation succeeded, attempt to run the Unreal Editor
./Engine/Binaries/Linux/UE4Editor
Note: if the above command fails, try:
./Engine/Binaries/Linux/UE4Edtior -opengl3”

Document generated by Confluence on Dec 10, 2021 04:01

Atlassian