Makefile not compiling

make always autoruns in terminal (won't give me the option to type make) and I get this screen. can some please help ?

Information and discussion for custom maps and mods.
Post Reply
macuser
Posts: 2
Joined: Tue Jan 29, 2019 3:58 am

Makefile not compiling

Post by macuser »

I'm run RA on my mac and the standard game runs perfectly, however, I'm trying to install some mods and every mod I try I hit the same roadblock. I have followed the steps on GitHub and tried reinstalling, redownloading the mods, advance install, running olde versions etc... the makefile always autoruns in terminal (won't give me the option to type make) and I get this screen. can some please help or explain what im doing wrong ? thanks
Untitled.png
Untitled.png (189.99 KiB) Viewed 2561 times

User avatar
Sleipnir
Posts: 878
Joined: Wed Apr 10, 2002 11:52 pm
Contact:

Re: Makefile not compiling

Post by Sleipnir »

You'll need to open a terminal window through finder / launchpad and then type `cd Desktop/<mod directory name>` to change into the mod directory. Once there, type `make` and then `./launch-game.sh` to run it. Double clicking on the makefile won't work.

macuser
Posts: 2
Joined: Tue Jan 29, 2019 3:58 am

Re: Makefile not compiling

Post by macuser »

thanks that worked

Post Reply