From 4ecc4569d944dbcd728d3aba126908f245869ac4 Mon Sep 17 00:00:00 2001 From: navarro Date: Thu, 7 Jun 2012 17:20:53 +0200 Subject: [PATCH] Update doc to inform which gcc or clang to use. --- doc/install.doc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/install.doc b/doc/install.doc index c45efa9230..564fd9a5ce 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -24,9 +24,14 @@ For Unix and MacOS: \li c and c++ compiler \li ccmake for graphical used of CMake \li cmake (download page) - -On MacOSX some users reported that it is still possible to build with clang, provided that you use the -following package versions clang3.1 and clang++3.1. If it fails on you, try to use gcc47 (port install gcc47). + +On MacOSX some users reported that it is still possible to build with clang, provided that you +use at least clang3.0 installed with macport or with xcode. If it fails on you, try to + use gcc47. +\verbatim +port install clang-3.0 +port install gcc47 +\endverbatim For Windows : \li cmake 2.8 (download page) -- 2.20.1