Make Install Error, when trying to install Cmake on mac

前端 未结 1 887
一个人的身影
一个人的身影 2021-01-24 22:56

I am trying to install Cmake on macOS Sierra, and I followed every step here http://mac-dev-env.patrickbougie.com/cmake/, but as I get to

make install 
         


        
相关标签:
1条回答
  • 2021-01-24 23:15

    The message tells you what you need to do, you need admin privileges. On macOS, that means you need to utilize the sudo command.

    sudo make install

    and enter your administrative password at the prompt.

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