X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d75cc686d3c2c508e129281f09a64b7630036130..0213e3927d6ac21f3089d8a2d60f3603c8cbac43:/doc/installSimgrid.doc diff --git a/doc/installSimgrid.doc b/doc/installSimgrid.doc index 7a7987fc60..456835344c 100644 --- a/doc/installSimgrid.doc +++ b/doc/installSimgrid.doc @@ -50,7 +50,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 gtnets_path CMAKE_INSTALL_PREFIX @@ -89,9 +88,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. @@ -117,7 +114,6 @@ 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 @@ -305,6 +301,30 @@ Before start the installation, you need to be sure to have the following depende Then download the package SimGrid Installer, execute it and follow instructions. +\htmlonly + +\endhtmlonly + +Step 1: Accept the license. + +\htmlonly + +\endhtmlonly + +Step 2: Select packets to install. + +\htmlonly + +\endhtmlonly + +Step 3: Choice where to install packets previously selected. Please don't use spaces in path. + +\htmlonly + +\endhtmlonly + +Step 4: Restart your computer to take in consideration environment variables. + \subsection installSimgrid_Win_compile1 Compile a project "HelloWorld" In the SimGrid install directroy you should have an HelloWorld project to explain you how to start