Small updates to docs for CMake and buildbot

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-09-18 20:05:02 +02:00
parent 3bc62f50a6
commit 79b3fba52e
2 changed files with 13 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
********
Buildbot
********
Setting MIME type handler
=========================

View File

@@ -0,0 +1,9 @@
.. _cmake:
*****
CMake
*****
CMake is a very powerful cross-platform system for generating automated build systems. On Unix it builds makefiles which it then runs, on windows, it normally builds projects for Visual Studio (though it can also build Makefiles using MinGW on windows).
CMake is used to build each of the wrappers for CoolProp.