Linux-Noob Forums

Full Version: cmake 2.8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

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]


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