MakeFile without Xcode on Mac

风流意气都作罢 提交于 2021-01-27 14:22:22

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!