Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.1 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.1 KB

FASTBuild-Installer

Simple InnoSetup installer for installing FASTBuild incl. FASTBuild Dashboard for Unreal Engine which will include prerequesites installer. Can run silently.

This is based on FASTBuild and FASTBuild-Dashboard which are forks by Nine Worlds Studios.

How-to use

  1. Create a common RootProjectPath for FASTBuild and FASTBuild Dashboard, e.g. E:/projects/fastbuild/
  2. Clone and build FASTBuild into RootProjectPath/FASTBuild
  3. Clone and build FASTBuild Dashboard into RootProjectPath/FASTBuild-Dashboard
  4. Modify the base configuration of th e.iss file with defaults which make sense for your environment.
  5. Copy UEPrereqSetup_x64.exe from your Unreal Engine installation Engine\Extras\Redist\en-us to the Prerequisites folder
  6. Build the installer via InnoSetup
  7. Installer can be found in RootProjectPath/FASTBuild-Installer