mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
71b217ecc9870bf5f25c202bbc1eb8b781803ba9
f616ff2Update generator to use new cmGeneratorTarget api.674bd6eMerge branch 'master' into sublime-text-2-generator4760eadRemove ability to generate sublime clang files.da0898eCorrect missing parameter to CMP0018Flags call.badb40dMerge branch 'master' into sublime-text-2-generatorb3ae61fMerge branch 'master' into sublime-text-2-generator089d9ccSublimeText 2 Gen: Set the sublimeclang_options_script property.44c2eeeMerge branch 'master' into sublime-text-2-generator304b885Sublime Text 2 Gen: Per-source Compile flags are now saved in a separate file.5b2aa3dSublimeText2 Gen: Fixed the issue where include directory flags used -D90bcb77SublimeText2 Gen: Improved use of define, include flags from CMAKE_C(XX)_FLAGScc84072Merge branch 'master' into sublime-text-2-generator8670cbeDefine flags in CMAKE_C(XX)_FLAGS are now included in SublimeClang settings.d022d4eMerge branch 'master' into sublime-text-2-generator9cd3e70Fixed Sublime Text project generation for in-source builds44f35f7Added a CMAKE_SUBLIMECLANG_DISABLED variable that disables SublimeClang. ...
…
…
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
Languages
C
40.6%
C++
29.7%
CMake
26.9%
Roff
0.7%
Shell
0.5%
Other
1.1%