Command "make" not found

Hello,

I’m trying to build Unreal Engine from the source code. I did all the steps from the linux quick start from epic games. Everything worked but when i did the final command “make”, it gave me “make not found”. Do i have to install anything?

Cheers

It seems that you do not have make installed. Open a terminal, and execute the command

sudo pacman -S make

You can also install the metapackage base-devel to install many common developer tools (including make) in one go.

2 Likes

Thank you :grinning:.
It worked.

1 Like

It’s actually a package group. :wink:

See Meta package and package group - ArchWiki

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.