Page 1 of 1

Makefile not compiling

Posted: Tue Jan 29, 2019 4:14 am
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 2591 times

Re: Makefile not compiling

Posted: Tue Jan 29, 2019 9:35 am
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.

Re: Makefile not compiling

Posted: Tue Jan 29, 2019 8:14 pm
by macuser
thanks that worked