Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update doc to inform which gcc or clang to use.
authornavarro <navarro@caraja.(none)>
Thu, 7 Jun 2012 15:20:53 +0000 (17:20 +0200)
committernavarro <navarro@caraja.(none)>
Thu, 7 Jun 2012 15:22:43 +0000 (17:22 +0200)
doc/install.doc

index c45efa9..564fd9a 100644 (file)
@@ -24,9 +24,14 @@ For Unix and MacOS:
   \li c and c++ compiler
   \li ccmake for graphical used of CMake
   \li cmake <a href="http://www.cmake.org/cmake/resources/software.html">(download page)</a>
-
-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 <a href="http://www.cmake.org/cmake/resources/software.html">(download page)</a>