]> AND Public Git Repository - simgrid.git/blobdiff - doc/install.doc
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove bogus inline declarations in public interface.
[simgrid.git] / doc / install.doc
index 5c93761ed7452a495d00c2f7417b79d67ffbd2de..adc5f5f063c51bb59c25a044bcd67fa1fb506e4e 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