Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modify ruby tesh files
[simgrid.git] / examples / ruby / README
index 7e6c4d9..6a1d538 100644 (file)
@@ -15,7 +15,7 @@ Examples containing in this directory
 
     - Execute: 
     (WARNING: the current directory must be examples/ruby/)
-    ruby MasterSlave.rb
+    ruby -I ../../src/bindings/ruby MasterSlave.rb
 
 ===============================================================================
 * PingPong.rb
@@ -34,7 +34,7 @@ Examples containing in this directory
 
     - Execute: 
     (WARNING: the current directory must be examples/ruby/)
-    ruby PingPong.rb
+    ruby -I ../../src/bindings/ruby PingPong.rb
            
 ================================================================================
 * Quicksort.rb
@@ -54,5 +54,5 @@ Examples containing in this directory
 
     - Execute: 
     (WARNING: the current directory must be examples/ruby/)
-    ruby Quicksort.rb
+    ruby -I ../../src/bindings/ruby Quicksort.rb