Mac 安装cmake小问题
Posted 明将军
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac 安装cmake小问题相关的知识,希望对你有一定的参考价值。
今天用 brew install cmake。
==> Downloading https://homebrew.bintray.com/bottles/cmake-3.9.6.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring cmake-3.9.6.sierra.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink share/aclocal/cmake.m4
/usr/local/share/aclocal is not writable.
You can try again using:
brew link cmake
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/cmake
==> Summary
?? /usr/local/Cellar/cmake/3.9.6: 2,267 files, 31.7MB
brew install cmake
Warning: cmake 3.9.6 is already installed, it‘s just not linked.
You can use `brew link cmake` to link this version.
x-MacBook-Pro:primecount-master zilong$ brew link cmake
Linking /usr/local/Cellar/cmake/3.9.6...
Error: Could not symlink share/aclocal/cmake.m4
/usr/local/share/aclocal is not writable.
x-MacBook-Pro:primecount-master zilong$ brew link cmake
Linking /usr/local/Cellar/cmake/3.9.6...
Error: Could not symlink share/aclocal/cmake.m4
/usr/local/share/aclocal is not writable.
哦,原来是权限问题,那么通过赋权即可
sudo chown -R `whoami`:admin /usr/local/share/aclocal
再敲一遍即可
brew link cmake
以上是关于Mac 安装cmake小问题的主要内容,如果未能解决你的问题,请参考以下文章