我在一个带有Makefile的目录中,但无法使用我无法使用make
bash-3.2$ make
bash: make: command not found
我该如何解决这个问题?
答案 0 :(得分:11)
除其他外,可通过Apple的命令行工具获取。通过转到XCode->Preferences->Downloads
您也可以从Apple Developer网站下载命令行工具而无需安装XCode:https://developer.apple.com/opensource/
答案 1 :(得分:4)
如果您安装了XCode,那么@ Wex的答案将帮助您快速完成,否则您不必安装Xcode来获取您所寻求的命令行工具。
检查出来:https://github.com/kennethreitz/osx-gcc-installer
您需要在Lion上安装此版本:https://github.com/downloads/kennethreitz/osx-gcc-installer/GCC-10.7-v2.pkg
祝你好运!答案 2 :(得分:3)
我遇到了同样的问题。我打算下载并安装命令行工具,直到我在下载窗口中看到你可以使用:
xcrun make