Unreal Engine 4 will not install ubuntu linux

respectively…

git clone
https://github.com/3dluvr/UnrealEngine.git

cd UnrealEngine

./Setup.sh

./GenerateProjectFiles.sh

make SlateViewer ShaderCompileWorker
UnrealLightmass UnrealPak UE4Editor

I get an error here.

ERROR: UBT ERROR: Failed to produce
item:
/home/kuzey/Masaüstü/UnrealEngine-4.7-linux/Engine/Binaries/Linux/libUnrealHeaderTool-Core.so
Cumulative action seconds (8
processors): 0,00 building projects,
0,00 compiling, 0,00 creating app
bundles, 0,00 generating debug info,
0,10 linking, 0,00 other UBT execution
time: 0,97 seconds UnrealHeaderTool
failed for target ‘SlateViewer’
(platform: Linux, module info:
/home/kuzey/Masaüstü/UnrealEngine-4.7-linux/Engine/Intermediate/Build/Linux/x86_64-unknown-linux-gnu/SlateViewer/Development/UnrealHeaderTool.manifest).
make: *** [SlateViewer] Hata 5

Need help with how to resolve this error

Place it in a path that has only ASCII characters (“Masaüstü” is the problem here). Internationalization support on Linux has been greatly improved in 4.9, but with 4.8 this is still a showstopper.

Thank you so much. My problem was solved.