Felix Geyer 1f93066d8b Upstream version 2.8.12.2
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABCAAGBQJT3mY9AAoJEP4ixv2DE11Fv6cQAMDB1DAy+5zfKXOdsPFR/Qz7
 v+F3hwLUW+kkvQwyznA1Lp49hXuJ1N0IypOU4yVEMhDa7TfVWFeJUuD0Ru63oCEB
 7g65apL87QTpHjO0yKAktNRt7gfxa+36vdaotzGk9VY5Syhagw+UcCRs6kwxOkUH
 22h1NBJcfQ2dMqfGJa9km8sMjgutYYDPH9BudW3V63gR9NY0ZQT8mN97SVgiTTQc
 9UzFJL9Xew/lTLAJVjx8bRPPGpq0eyc7dloyPq1z/hMKgl0alvgjHslW4DCRkEg7
 wZMpv4RAuV3mhAGvlRHnxGl9LQFD6l3KXxrvpeAgpYa0FFXNZCcTSZ1Ehxzfotsu
 8pfLLq+cCCvguM6lLOCVqmOc2qbQ1g9VTt6lxb4AfWKyHoWWM92uyeKRcOdnydv0
 JB2yhhiZfrnXGPFNF2b2M+Xz+eS8MPY7MTz8JqKMwqGELbXk+khR6njJWn7bJVsk
 kbbUMHGUrl8n7y/fyPapgjuoPIL1bU6q0Q8L5u+1OeVwJHCNmclu91bWxHXzeZwU
 GHGAKWGaDKt2y72WZipYHWqLanvriite1mkmSx0GLjHlFrxurte57PdNCoC+H+bH
 TOwY9KRN3gHJ1pghjVn/0KX/LZN1qFDVzq48l22uQ+iHzK6yFvpSsgp9qL4dmy9M
 ZqvQat5TAShB+owrLVku
 =zWxK
 -----END PGP SIGNATURE-----

Merge tag 'upstream/2.8.12.2'

Upstream version 2.8.12.2

# gpg: Signature made So 03 Aug 2014 18:41:33 CEST using RSA key ID 83135D45
# gpg: Good signature from "Felix Geyer <felix@fobos.de>"
# gpg:                 aka "Felix Geyer <debfx-pkg@fobos.de>"
# gpg:                 aka "Felix Geyer <debfx@kubuntu.org>"
# gpg:                 aka "Felix Geyer <debfx@fobos.de>"
# gpg:                 aka "Felix Geyer <debfx@ubuntu.com>"
# gpg:                 aka "Felix Geyer <felix.geyer@fobos.de>"
# gpg:                 aka "Felix Geyer <fgeyer@debian.org>"
2014-08-03 18:41:35 +02:00
2014-08-03 13:52:45 +02:00
2013-11-03 12:27:13 +02:00
2014-08-03 18:41:28 +02:00
2013-11-07 00:51:16 +02:00
2012-02-18 12:40:36 +02:00
2010-11-19 12:43:03 +01:00
2013-11-03 12:27:13 +02:00
2009-10-04 10:30:41 +03:00
2008-10-12 18:41:06 +02:00
2009-10-04 10:30:41 +03:00
2012-02-18 12:40:36 +02:00
2008-10-12 18:41:06 +02:00
2009-10-04 10:30:41 +03:00
2009-10-04 10:30:41 +03:00
2009-10-04 10:30:41 +03:00

This is CMake, the cross-platform, open-source make system.
CMake is distributed under the BSD License, see Copyright.txt.
For documentation see the Docs/ directory once you have built CMake
or visit http://www.cmake.org.


Building CMake
==============


Supported Platforms
-------------------

MS Windows, Mac OS X, Linux, FreeBSD, Solaris, HP-UX, IRIX, BeOS, QNX

Other UNIX-like operating systems may work too out of the box, if not
it shouldn't be a major problem to port CMake to this platform. Contact the
CMake mailing list in this case: http://www.cmake.org/mailman/listinfo/cmake


If you don't have any previous version of CMake already installed
--------------------------------------------------------------

* UNIX/Mac OSX/MinGW/MSYS/Cygwin:

You need to have a compiler and a make installed.
Run the bootstrap script you find the in the source directory of CMake.
You can use the --help option to see the supported options.
You may want to use the --prefix=<install_prefix> option to specify a custom
installation directory for CMake. You can run the bootstrap script from
within the CMake source directory or any other build directory of your
choice. Once this has finished successfully, run make and make install.
So basically it's the same as you may be used to from autotools-based
projects:

$ ./bootstrap; make; make install


* Other Windows:

You need to download and install a binary release of CMake in order to build
CMake.  You can get these releases from
http://www.cmake.org/HTML/Download.html .  Then proceed with the instructions
below.


You already have a version of CMake installed
---------------------------------------------

You can build CMake as any other project with a CMake-based build system:
run the installed CMake on the sources of this CMake with your preferred
options and generators. Then build it and install it.
For instructions how to do this, see http://www.cmake.org/HTML/RunningCMake.html
Description
No description provided
Readme 46 MiB
Languages
C 41.8%
C++ 30%
CMake 25.6%
Roff 0.7%
Vim Script 0.4%
Other 1%