From: Navarrop Date: Mon, 19 Sep 2011 09:21:27 +0000 (+0200) Subject: Add screenshot for installer. X-Git-Tag: v3_6_2~86 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/00ffc86fd837ce2c365ca3a55753d9e145e3291f?hp=d75cc686d3c2c508e129281f09a64b7630036130 Add screenshot for installer. --- diff --git a/buildtools/Cmake/GenerateDoc.cmake b/buildtools/Cmake/GenerateDoc.cmake index 288f2ef251..fd07942601 100644 --- a/buildtools/Cmake/GenerateDoc.cmake +++ b/buildtools/Cmake/GenerateDoc.cmake @@ -40,6 +40,10 @@ if(DOXYGEN_PATH AND FIG2DEV_PATH AND BIBTOOL_PATH AND BIBTEX2HTML_PATH AND ICONV ${CMAKE_HOME_DIRECTORY}/doc/webcruft/simgrid_logo.png ${CMAKE_HOME_DIRECTORY}/doc/webcruft/simgrid_logo_small.png ${CMAKE_HOME_DIRECTORY}/doc/webcruft/poster_thumbnail.png + ${CMAKE_HOME_DIRECTORY}/doc/webcruft/win_install_01.png + ${CMAKE_HOME_DIRECTORY}/doc/webcruft/win_install_02.png + ${CMAKE_HOME_DIRECTORY}/doc/webcruft/win_install_03.png + ${CMAKE_HOME_DIRECTORY}/doc/webcruft/win_install_04.png ) configure_file(${CMAKE_HOME_DIRECTORY}/doc/Doxyfile.in ${CMAKE_HOME_DIRECTORY}/doc/Doxyfile @ONLY) diff --git a/doc/installSimgrid.doc b/doc/installSimgrid.doc index 7a7987fc60..551cc08bb9 100644 --- a/doc/installSimgrid.doc +++ b/doc/installSimgrid.doc @@ -305,6 +305,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 diff --git a/doc/webcruft/win_install_01.png b/doc/webcruft/win_install_01.png new file mode 100644 index 0000000000..f7ab9805a0 Binary files /dev/null and b/doc/webcruft/win_install_01.png differ diff --git a/doc/webcruft/win_install_02.png b/doc/webcruft/win_install_02.png new file mode 100644 index 0000000000..42d082d6d2 Binary files /dev/null and b/doc/webcruft/win_install_02.png differ diff --git a/doc/webcruft/win_install_03.png b/doc/webcruft/win_install_03.png new file mode 100644 index 0000000000..a6c51d4811 Binary files /dev/null and b/doc/webcruft/win_install_03.png differ diff --git a/doc/webcruft/win_install_04.png b/doc/webcruft/win_install_04.png new file mode 100644 index 0000000000..b3fc6bbc5f Binary files /dev/null and b/doc/webcruft/win_install_04.png differ