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

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

    You need to install Xcode from App Store.

    Then start Xcode, go to Xcode->Preferences->Downloads and install component named "Command Line Tools". After that all the relevant tools will be placed in /usr/bin folder and you will be able to use it just as it was in 10.6.

提交回复
热议问题