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

后端 未结 9 557
青春惊慌失措
青春惊慌失措 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: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
    

提交回复
热议问题