问题
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.
回答1:
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.
回答2:
I looked all over and the best way is to install Xcode. Below is a link on how to enable this feature once Xcode is installed.
Enable "Command Line Tools" on Xcode
来源:https://stackoverflow.com/questions/29592943/makefile-without-xcode-on-mac