Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a link to aespinosa's work on vagrant to get ruby working on Windows
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 27 Jan 2012 17:37:49 +0000 (18:37 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 27 Jan 2012 17:37:49 +0000 (18:37 +0100)
doc/install.doc

index 5c93761..adc5f5f 100644 (file)
@@ -286,9 +286,9 @@ set(JMSG_JAVA_SRC
 )
 \endverbatim
 
-\section install_Win Installing the SimGrid library with Windows pakage
+\section install_Win Installing the SimGrid framework on Windows
 
-\subsection install_Win_install Installing SimGrid
+\subsection install_Win_install Installing SimGrid with the automatic installer
 
 Before start the installation, you need to be sure to have the following dependencies:
   \li cmake 2.8 <a href="http://www.cmake.org/cmake/resources/software.html">(download page)</a>
@@ -363,6 +363,13 @@ cmake -G"MinGW Makefiles" \<path_to_HelloWorld_project\>
 \li Run "mingw32-make"
 \li You should obtain "TARGET_NAME.exe".
 
+\subsection install_Win_ruby Setup a virtualbox to use SimGrid-Ruby on windows 
+
+Allan Espinosa made these set of Vagrant rules available so that you
+can use the SimGrid Ruby bindings in a virtual machine using
+VirtualBox. Thanks to him for that. You can find his project here:
+https://github.com/aespinosa/simgrid-vagrant
+
 \section install_setting_MSG Setting up your own MSG code
 
 Do not build your simulator by modifying the SimGrid examples.  Go