Trying to create a simple C ++ project in ubuntu using the qt4 IDE creator. The wizard opens a dialog box and says "Specify the path to the cmake element."
Not sure where to look for any help.
Thank you in advance
I am pretty sure this is in the usual place: /usr/bin/cmake .
/usr/bin/cmake
You may not have CMake installed (by default it is not installed on Ubuntu). Install it using:
$ sudo apt-get install cmake
This is the normal location: / usr / local / bin / cmake
$locate cmake (installation file/path)
Source: https://habr.com/ru/post/946208/More articles:Windows shortcut does not display correctly on taskbar until reboot - windows-taskbarGetting "how getCommonSuperclass () does its job if different class characters get the same bytecode internal name" compilation error - scalaQuick way to reject a list in Python - pythonRun java module from Android Studio? - javaFind out what has changed through the postUpdate listener in Symfony 2.1 - symfonyAccess to Delphi fields for writing through. or ^ - delphiHow to combine all css files with various wordpress plugins - wordpressBower and Grunt workflow - bowerWhy does type inequality fail, but does type matching match this macro? - macrosMissing argument to close with optional parameter - closuresAll Articles