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?
ccmake curses UI
ccmake
sudo apt-get install cmake-curses-gui cd build ccmake ..
Then:
c
q
And now you can make again with the new variables.
make
Tested in Ubuntu 16.10, cmake 3.5.2.