Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use xbt_XXX_is_empty() instead of testing xbt_XXX_length() against 0.
[simgrid.git] / doc / installSimgrid.doc
index 551cc08..46cfd83 100644 (file)
@@ -41,7 +41,6 @@ For Windows :
        enable_compile_warnings         ON/OFF or TRUE/FALSE or 1/0
        enable_smpi                     ON/OFF or TRUE/FALSE or 1/0
        enable_maintainer_mode          ON/OFF or TRUE/FALSE or 1/0
-       enable_supernovae               ON/OFF or TRUE/FALSE or 1/0
        enable_tracing                  ON/OFF or TRUE/FALSE or 1/0
        enable_coverage                 ON/OFF or TRUE/FALSE or 1/0
        enable_memcheck                 ON/OFF or TRUE/FALSE or 1/0
@@ -50,7 +49,6 @@ For Windows :
        enable_jedule                   ON/OFF or TRUE/FALSE or 1/0
        enable_latency_bound_tracking   ON/OFF or TRUE/FALSE or 1/0
        enable_lib_static               ON/OFF or TRUE/FALSE or 1/0
-       enable_pcre                     ON/OFF or TRUE/FALSE or 1/0
        custom_flags                    <flags>
        gtnets_path                     <path_to_gtnets_directory>
        CMAKE_INSTALL_PREFIX            <path_to_install_directory>
@@ -73,8 +71,6 @@ For Windows :
 
   \li enable_maintainer_mode : set to true it remakes some files. 
 
-  \li enable_supernovae : set to true make one file for each lib and compile with those generated files.
-
   \li enable_tracing : To enable the generation of simulation traces for visualization.
 
   \li enable_coverage : When set to true this option enable code coverage by setting -fprofile-arcs -ftest-coverage flags.
@@ -89,9 +85,7 @@ For Windows :
   
   \li enable_latency_bound_tracking : Set to on if you want to be warned when communications are limited by round trip time.
   
-  \li enable_lib_static : Enable generated Simgrid and smpi static libraries.
-  
-  \li enable_pcre : Use or not the pcre lib for memory optimization.   
+  \li enable_lib_static : Enable generated Simgrid and smpi static libraries.  
   
   \li custom_flags : If user wants to use a specific flag during compilation, give here.
 
@@ -113,11 +107,9 @@ Those options are initialized the first time you launch "cmake ." whithout speci
 enable_gtnets                  on
 enable_lua                     on
 enable_smpi                    on
-enable_supernovae              on
 enable_tracing                 on
 enable_compile_optimizations   on
 enable_debug                   on
-enable_pcre                    on
 enable_compile_warnings                off
 enable_maintainer_mode         off
 enable_coverage                off
@@ -306,25 +298,25 @@ Then download the package <a href="https://gforge.inria.fr/frs/?group_id=12">Sim
 execute it and follow instructions.
 
 \htmlonly
-<a href="win_install_01.png" border=0><img src="win_install_01.png" width="50%" border=0></a>
+<a href="win_install_01.png" border=0><img src="win_install_01.png" border=0></a>
 \endhtmlonly
 
 Step 1: Accept the license. 
 
 \htmlonly
-<a href="win_install_02.png" border=0><img src="win_install_02.png" width="50%" border=0></a>
+<a href="win_install_02.png" border=0><img src="win_install_02.png" border=0></a>
 \endhtmlonly
 
 Step 2: Select packets to install.
 
 \htmlonly
-<a href="win_install_03.png" border=0><img src="win_install_03.png" width="50%" border=0></a>
+<a href="win_install_03.png" border=0><img src="win_install_03.png" border=0></a>
 \endhtmlonly
 
 Step 3: Choice where to install packets previously selected. Please don't use spaces in path.
  
 \htmlonly
-<a href="win_install_04.png" border=0><img src="win_install_04.png" width="50%" border=0></a>
+<a href="win_install_04.png" border=0><img src="win_install_04.png" border=0></a>
 \endhtmlonly
 
 Step 4: Restart your computer to take in consideration environment variables.