CMake 2.6 final released

This post is very old. Please bear in mind that information here might be incorrect or obsolete, and links can be broken. If something seems wrong, please feel free to comment or contact me and I'll update the post.

CMake 2.6 has been released. See the release announcement. CMake is a very nice cross-platform build tool which does not build itself but instead creates projects for the target platform (Visual Studio projects files for Windows, Makefiles for Linux, etc.).

Pretty nice and it usually “just works”. Recently, KDE has switched over to it, and since then I also gave it a try and I must admit so far, it’s the best build tool I tried. Aqsis is also using it and it works pretty well so far; supporting Mac OS, Windows and Linux — this is where I had my first personal contact with CMake.

Related posts:

  1. CMake 2.6 reaches beta
  2. CMake – A build tool that just works
  3. Boost 1.39 has been released, and CMake 2.6.4 is out as well

This entry was posted in Programming and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>