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-165.html) |
Cmake 2.8 - vandellan - 2012-05-03 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 - Dungeon-Dave - 2012-05-03 As you're a CentOS user, look at using "yum", eg: "yum update cmake" (as root or a priv'd user) Cmake 2.8 - vandellan - 2012-05-03 I tried that, all I get is "Could not find update match for cmake" I dont know what else to do. Cmake 2.8 - hybrid - 2012-05-05 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! Cmake 2.8 - Dungeon-Dave - 2012-05-05 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! Cmake 2.8 - inittux - 2012-05-11 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 |