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
make
sudo pacman -S make
You can also install the metapackage base-devel to install many common developer tools (including make) in one go.
base-devel
Thank you . It worked.
It’s actually a package group.
See Meta package and package group - ArchWiki
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.