2012-05-03, 09:00 AM 
		
	
	Hi,
I currently have cmake 2.6
However, the script I am trying to use with cmake requires 2.8
How do I install / upgrade to 2.8? Any help would be greatly appreciated.
| 
					Cmake 2.8
				 | 
| 
		
		
		2012-05-03, 09:00 AM 
		
	 Hi, I currently have cmake 2.6 However, the script I am trying to use with cmake requires 2.8 How do I install / upgrade to 2.8? Any help would be greatly appreciated. 
		
		
		2012-05-03, 06:47 PM 
		
	 As you're a CentOS user, look at using "yum", eg: "yum update cmake" (as root or a priv'd user) 
		
		
		2012-05-03, 09:15 PM 
		
	 I tried that, all I get is "Could not find update match for cmake" I dont know what else to do. 
		
		
		2012-05-05, 09:04 AM 
		
	 Is this on CentOS 5? Is the system 32-bit (x86) or 64-bit (x86-64)? It looks like we will either need to find a CMake 2.8 package from an additional software repository, as the version that CentOS 5 provides is too old, or we will have to install it ourselves from the CMake website. Either way, I'm sure there will be a fix for this issue! 
		
		
		2012-05-05, 10:16 AM 
		
	 A "yum search make" should show all the "*make*" packages it can find. If a specific verison is omitted from the output, then your repos don't have a later version. One typical fix is to add another repo in so that the yum command does find the newer one, but I know CentOS can be a bit funny about using third-party stuff. Post the output of that command up there and we'll see where we are then! 
		
		
		2012-05-11, 10:35 PM 
		
	 cmake is in the default centos repos. just yum install cmake: cmake-gui.x86_64 : Qt GUI for cmake cmake.x86_64 : Cross-platform make system | 
| 
					« Next Oldest | Next Newest »
				 |