How to Install cmake-qt-gui in Ubuntu 18.04



Install cmake-qt-gui by entering the following commands in the terminal:

sudo apt update
sudo apt install cmake-qt-gui

Description:

Qt based user interface for CMake (cmake-gui)

CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. . This package provides the CMake Qt based GUI. Project configuration settings may be specified interactively. Brief instructions are provided at the bottom of the window when the program is running. The main executable file for this GUI is "cmake-gui".

Homepage: https://cmake.org/

Version: 3.10.2-1ubuntu2

Section: universe/devel