Make SlateViewer Error: After Building UnrealHeaderTool

I run make Slateviewer in the directory of setup.sh. I’m following this guide. I’m installing on ubuntu 15.04

This is the error I get:

:/media//Data/ProgramFiles/UnrealEngine-release$ make SlateViewer
bash "/media//Data/ProgramFiles/UnrealEngine-release"/Engine/Build/BatchFiles/Linux/Build.sh SlateViewer Linux Development  
Building SlateViewer...
Using clang version '3.5.0' (string), 3 (major), 5 (minor), 0 (patch)
Creating makefile for SlateViewer (no existing makefile)
Performing full C++ include scan (no include cache file)
Building UnrealHeaderTool...
ERROR: System.ComponentModel.Win32Exception: ApplicationName='/media//Data/ProgramFiles/UnrealEngine-release/Engine/Binaries/DotNET/UnrealBuildTool.exe', CommandLine='UnrealHeaderTool Linux Development -NoMutex', CurrentDirectory='', Native error= Cannot find the specified file
  at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 
  at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] in <filename unknown>:0 
  at System.Diagnostics.Process.Start (System.Diagnostics.ProcessStartInfo startInfo) [0x00000] in <filename unknown>:0 
  at UnrealBuildTool.ExternalExecution.RunExternalExecutable (System.String ExePath, System.String Commandline) [0x00000] in <filename unknown>:0 
  at UnrealBuildTool.ExternalExecution.ExecuteHeaderToolIfNecessary (UnrealBuildTool.UEBuildTarget Target, UnrealBuildTool.CPPEnvironment GlobalCompileEnvironment, System.Collections.Generic.List`1 UObjectModules, System.String ModuleInfoFileName, UnrealBuildTool.ECompilationResult& UHTResult) [0x00000] in <filename unknown>:0 
  at UnrealBuildTool.UEBuildTarget.Build (IUEToolChain TargetToolChain, System.Collections.Generic.List`1& OutputItems, System.Collections.Generic.List`1& UObjectModules, System.String& EULAViolationWarning) [0x00000] in <filename unknown>:0 
  at UnrealBuildTool.UnrealBuildTool.RunUBT (System.String[] Arguments) [0x00000] in <filename unknown>:0 
make: *** [SlateViewer] Error 5

any ideas?

I installed this in my Data partition by extracting the zip file and had to add sudo to some sh files to give it permission to run. I’m trying to reinstall using git this time around. I’ll report on how it goes.

Doing it this way worked flawlessly.

Redid the installation with git and it worked.