installing “make” on Mac

前端 未结 2 1964
别跟我提以往
别跟我提以往 2020-12-24 06:46

I\'m trying to install Memcached on Mac using this tutorial: http://tugdualgrall.blogspot.de/2011/11/installing-memcached-on-mac-os-x-and.html but when I try ./configure it

2条回答
  •  长情又很酷
    2020-12-24 07:15

    From torrey.lyons's answer, in Xcode --> Preferences --> Downloads it says under Command Line Tools:

    Before installing, note that from within Terminal you can use the XCRUN tool to launch compilers and other tools embedded within the Xcode application. Use the XCODE-SELECT tool to define which version of Xcode is active. Type "man xcrun" from within Terminal to find out more.

    Therefore, I was able to run the make tool with the command xcrun make.

提交回复
热议问题