this post was submitted on 27 Apr 2026
12 points (100.0% liked)

Linux

17374 readers
25 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

Hello there, yesterday I embarked on a new to me Linux adventure (Bazzite for about 6 months) and I would like your thoughts on how I executed acquiring UE4.27 as well as your suggestions or experiences in doing this or something similar.

A friend of mine suggested that I check out UE since I was getting pretty proficient at Halo Infinite's forge mode which involves a lot of visual scripting and logic. So I went to check out where to download the engine and found out that the epic launcher is not available on Linux systems. Okay no problem I'm sure you can just download the engine by itself and just miss out on fab integration or something. Sure enough that is the case for getting the latest UE 5 something.

I am using a GTX 1080 founders but I figured I'd give it a go and maybe I can develop something that will work on my GPU infrastructure without ray tracing and whatever else is new. Nope, it crashes pretty soon after entering the editor. No matter, I can just just get the last version of the engine from a few years ago and should work better.

Turns out the only way to access older versions of UE is through Epic's Github page on old branches of the build. The only way to access those old branches is by linking your github account to your Epic account. Regrettably I do so as I was not able to find another way to get 4.27.

I then download the code and compile the app which takes almost 3 hours through Konsole. To launch the editor o have to go into the engine folder, the binaries folder, then the Linux folder, then navigate through hundreds of files to find "UE4Editor" executable to launch every time I want to launch the editor.

There has got to be an easier way right? I'm thankful that eventually I found a working method to try out the engine but boy oh boy did I receive some ridicule from friends (who while are technically savvy and work in IT themselves) who are on windows lol.

Please Linux wizards, give me your compile spells

TL:DR Ended up having to compile the app with Konsole after connecting GitHub and Epic games accounts.

you are viewing a single comment's thread
view the rest of the comments
[–] Rebels_Droppin@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (1 children)

Thanks for the link idea, added it to places in dolphin.

Good to know I got off easy on my first try. Are there compiler programs or is Konsole as good of a tool as any?

[–] frongt@lemmy.zip 1 points 1 week ago (1 children)

Konsole doesn't do any compiling, it's just a terminal emulator to give you a command line. It's as good as any, I use it because it works. I don't need fancy features.

[–] Rebels_Droppin@lemmy.world 1 points 1 week ago

Understood, appreciate the explanation :)