StoneLineDevTeam / UMod

GMod replacement project - Sandbox game based on Unreal Engine
BSD 4-Clause "Original" or "Old" License
16 stars 9 forks source link

Linux support for Ubuntu based distributions... #26

Open Yuri6037 opened 7 years ago

Yuri6037 commented 7 years ago

I'm trying to setup an UE4 build environment on my newly upgraded laptop to Linux Mint !

I'll post advancement on the issue/possible workarrounds...

At this time, it's sure that the game will not compile at all under Linux by the way the game requires a platform specific function to set console window title on dedicated server and also to dynamic set icon as well as disabling window resize to avoid GPU driver crash on some Windows 7 installs.

The editor should however compile...

Yuri6037 commented 7 years ago

So far I got the engine to download and install, now I need to compile...

When I will have this done on my side I'll post here to inform how it works.

The first thing that needs to be done is "sudo apt-get install clang" otherwise Setup.sh fails