Where can I find “make” program for Mac OS X Lion?

后端 未结 9 510
青春惊慌失措
青春惊慌失措 2020-11-30 17:49

Just upgraded my computer to Mac OS X Lion and went to terminal and typed \"make\" but it says: -bash: make: command not found

Where did the \"make\" command go?

相关标签:
9条回答
  • 2020-11-30 18:12

    there are specific builds of command line tools for different major OSX versions available from the Downloads for Apple Developers site. Be sure to get the latest release of the version for your OS.

    0 讨论(0)
  • 2020-11-30 18:17

    Xcode 5.1 no longer provides command line tools in the Preferences section. You now go to https://developer.apple.com/downloads/index.action, and select the command line tools version for your OS X release. The installer puts them in /usr/bin.

    0 讨论(0)
  • 2020-11-30 18:22

    If you installed xcode and upgraded to mountain lion, or you don't have the latest command line tools installed, or you have zsh or other shells, you can shortcut to some of the embedded tools in the developer directory with:

    xcrun make
    
    0 讨论(0)
提交回复
热议问题