cmake 2.8 - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: CentOS (https://www.linux-noob.com/forums/forum-101.html) +--- Thread: cmake 2.8 (/thread-82.html) |
cmake 2.8 - alimahboobi007 - 2014-07-22 Hi I installed Cmake successfully .and now I want to work with it but i dont know how?? please help me?! does it have any visual interface or i have to use it with terminal?? help meeee[img]<___base_url___>//public/style_emoticons/default/sad.png[/img] cmake 2.8 - inittux - 2014-07-24 Try opening the terminal and run the following command Code: rpm -qa | grep cmake Copy the list you get here. What I'm guessing is you probably only installed cmake and not cmake gui. cmake.x86_64 : Cross-platform make system cmake-gui.x86_64 : Qt GUI for cmake try install cmake-gui as root Code: yum install cmake-gui |