CMake GUI on Mac

前端 未结 3 2039
故里飘歌
故里飘歌 2020-12-29 22:58

I can\'t find where I can get the GUI tool for CMake on MacOSX. I see references to it online but nothing else. I got CMake using

相关标签:
3条回答
  • 2020-12-29 23:17

    here it is:

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

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

    0 讨论(0)
  • 2020-12-29 23:21

    Try installing the cmake GUI using brew cask

    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
    0 讨论(0)
  • 2020-12-29 23:40

    you need to install the gui variant:

    sudo port install cmake +gui
    

    you may need to run sudo port uninstall cmake first.

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