macos Mac 上的 CMake GUI

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10044251/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 09:02:17  来源:igfitidea点击:

CMake GUI on Mac

macoscmakemacports

提问by Mr. Boy

I can't find where I can get the GUI tool for CMakeon MacOSX. I see references to it online but nothing else. I got CMakeusing MacPortsbut on Windows I am used to using the GUI.

我找不到在哪里可以获得CMakeon的 GUI 工具MacOSX。我在网上看到对它的引用,但没有其他内容。我开始CMake使用,MacPorts但在 Windows 上我习惯使用 GUI。

Does it exist on Mac and where/how do I get it?

它是否存在于 Mac 上?我在哪里/如何获得它?

回答by Andrew

you need to install the gui variant:

您需要安装 gui 变体:

sudo port install cmake +gui

you may need to run sudo port uninstall cmake first.

您可能需要先运行 sudo port uninstall cmake。

回答by Dam1tha

Try installing the cmake GUI using brew cask

尝试使用 brew cask 安装 cmake GUI

brew cask install cmake

how to install brew cask

如何安装酿造桶

  1. Install Homebrew first How to install homebrew
  2. Add the brew cask to using the command brew tap caskroom/cask
  1. 首先安装 Homebrew如何安装 Homebrew
  2. 使用命令添加酿造桶 brew tap caskroom/cask

回答by dennis

here it is:

这里是:

http://www.cmake.org/cmake/resources/software.html

http://www.cmake.org/cmake/resources/software.html

extra plugins will imported by their own extensions so no OS compatibility is needed ;)

额外的插件将由它们自己的扩展导入,因此不需要操作系统兼容性;)