Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Explain how to change compiler version on doc
authorNavarrop <Pierre.Navarro@imag.fr>
Wed, 7 Sep 2011 15:00:06 +0000 (17:00 +0200)
committerNavarrop <Pierre.Navarro@imag.fr>
Wed, 7 Sep 2011 15:00:27 +0000 (17:00 +0200)
doc/installSimgrid.doc

index bf1f621..033d6b4 100644 (file)
@@ -55,6 +55,8 @@ For Windows :
        custom_flags                    <flags>
        gtnets_path                     <path_to_gtnets_directory>
        CMAKE_INSTALL_PREFIX            <path_to_install_directory>
+       CMAKE_C_COMPILER                <path_to_compiler>
+       CMAKE_CXX_COMPILER              <path_to_compiler>
        pipol_user                      <pipol_username>
 \endverbatim
                                                                                                                                                           
@@ -98,6 +100,10 @@ For Windows :
 
   \li CMAKE_INSTALL_PREFIX : Path where are installed lib/ doc/ and include/ directories (ex /usr/local)
   
+  \li CMAKE_C_COMPILER : Change the c compiler.
+  
+  \li CMAKE_CXX_COMPILER : Change the c++ compiler. 
+  
   \li pipol_user : specify your pipol username if you want to use the pipol-remote command.
 
 \subsubsection installSimgrid_cmakeoption3 Initialisation