Where is the CMake GUI for Linux?

前端 未结 6 1150
天涯浪人
天涯浪人 2021-01-01 11:17

I have CMake installed on my Ubuntu Linux. Trying to run CMake GUI in Linux. I found it works in Windows, but where to get it and how to run in Linux?

6条回答
  •  执笔经年
    2021-01-01 11:42

    For Ubuntu (and I guess for more linux versions):

     sudo apt-get install cmake-qt-gui
    

    Can be started after installation as cmake-gui or by using the ubuntu GUI (just type cmake and it will show the typical cmake-gui-icon)

提交回复
热议问题