Additional document information.

This commit is contained in:
HirotakaTakayama
2015-07-11 14:12:29 +09:00
parent dcec2aa0a3
commit 9873ab839d
+29
View File
@@ -1,10 +1,39 @@
Warning Warning
== ==
Using CMake is considered stable, but not every single combination is known to work. Using CMake is considered stable, but not every single combination is known to work.
Using the defaults as suggested should cause minimal problems. Using the defaults as suggested should cause minimal problems.
Install CMake
==
At first, you have to install CMake.
Windows
===
Describe Later.
Mac OS X
===
install by Homebrew:
$brew install cmake
install by MacPorts:
$port install cmake
Linux
===
Describe Later.
CMake Installation CMake Installation
== ==
There are two ways of working with cmake: the command line and the GUI. There are two ways of working with cmake: the command line and the GUI.
CMake Command Line CMake Command Line