Where is the CMake GUI for Linux?

前端 未结 6 1168
天涯浪人
天涯浪人 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:33

    I also faced a similar problem. I did something like:

    1. Open https://apps.ubuntu.com/cat/applications/precise/cmake-qt-gui/ and click available on the software centre.
    2. new window opens and click install
    3. write cmake-gui on terminal

    and it solved my problem.

提交回复
热议问题