When installing from package-manager, cmake-gui
or cmake-qt-gui
are shipped with an older version of cmake
.
Even after I build and install cmake
's latest version from source, cmake-gui
continues to use the older version.
How to force cmake-gui
to use cmake
latest version builded from source?
The cmake-gui
package from repository has a built-in cmake
, those two have the same version.
Steps to install cmake-gui
latest version.
checkinstall
to easily remove cmake
in the future: sudo apt-get install checkinstall
;cmake
from official site;./bootstrap --qt-gui
;checkinstall -D make install
; You will be prompted with some questions, answer them;cmake
at Ubuntu's search bar and you will see a CMake
icon;