- Software Division
- Software Division Home
- Path Planning Group
- Simulation
- Simulation Challenge
[ Software Division : Ubuntu Unreal Setup ]
Created by [ Rowan Dempster] on Dec 27, 2019
'''Requirements:'''
- At least 2 processor cores (4 recommended)
'''Steps after a clean installation of Ubuntu 16.04:'''
- Open bash terminal
- Install git
sudo apt-get install git
- 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
- 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”
- 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