Merge pull request #719 from HirotakaTakayama/document_patch1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user