I have installed UE4 frome source on linux but cant find the build cammand anymore

i have been following a tutorial on linux for installing ue4 on linux but wonce done installing instead of saying build sucsess it said done and i dont have the command to genorate code im pretty new to linux so im not shure what im doing wrong

Usually you do this inside the root of your UnrealEngine folder:

./Setup.sh

./GenerateProjectFiles.sh

make

And you mean that after running ./GenerateProjectFiles.sh you don’t have any makefiles so you can’t run ‘make’?