tips:gameengine:unreal

This is an old revision of the document!


Unreal

Register and access to:

  • nvidia developer account
  • Epic Games account
  • github account

On first two accounts bind github account.

Two branches:

Prereq

sudo apt-get install build-essential mono-gmcs mono-xbuild mono-dmcs libmono-corlib4.0-cil \
 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 xdg-user-dirs
 
sudo ln -s /usr/bin/clang++-3.5 /usr/bin/clang++
sudo ln -s /usr/bin/clang-3.5 /usr/bin/clang

First time

# clone
git clone https://github.com/NvPhysX/UnrealEngine.git
 
# complete download of dependencies and binaries
cd UnrealEngine
./Setup.sh
./GenerateProjectFiles.sh

Editor

make ShaderCompileWorker UnrealLightmass UnrealPak CrashReportClient UE4Editor
  • tips/gameengine/unreal.1429256929.txt.gz
  • Last modified: 2015/04/17 09:48
  • by scipio