Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MakeFile without Xcode on Mac

Is there an alternative to use "make" to make a file without using Xcode on Mac? Xcode is huge and normally requires the latest software installed and I want to keep my OSX 10.8.5 installation intact.

like image 490
CBA110 Avatar asked Jan 25 '26 21:01

CBA110


1 Answers

If you don't need/want Xcode, you can simply get make and other command line tools without Xcode by downloading the Command Line Tools package here. You need to sign in with an Apple ID first.

like image 71
emlai Avatar answered Jan 28 '26 18:01

emlai