From 9873ab839d4c45787ab5eef90d58aea7a26a2939 Mon Sep 17 00:00:00 2001 From: HirotakaTakayama Date: Sat, 11 Jul 2015 14:12:29 +0900 Subject: [PATCH] Additional document information. --- Build/README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/Build/README.md b/Build/README.md index 8a9098745a..edc1c18cd6 100644 --- a/Build/README.md +++ b/Build/README.md @@ -1,10 +1,39 @@ Warning == + Using CMake is considered stable, but not every single combination is known to work. 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 == + There are two ways of working with cmake: the command line and the GUI. CMake Command Line