Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Install ruby 1.9 with script on fedora
[simgrid.git] / buildtools / pipol / rc.fedora
index ed1f0c6..942a72b 100644 (file)
@@ -42,4 +42,11 @@ echo $which_wget
 echo $which_perl
 echo $which_f2c
 echo $which_gcov
-echo "FIN------------------------------------"
\ No newline at end of file
+echo "FIN------------------------------------"
+
+wget ftp://ftp.ruby-lang.org//pub/ruby/1.9/ruby-1.9.1-p378.tar.gz
+tar zxvf ruby-1.9.1-p378.tar.gz
+cd ./ruby-1.9.1-p378
+./configure -prefix=/usr
+make
+sudo make install
\ No newline at end of file