Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use yum for installing ruby
authorNavarrop <Pierre.Navarro@imag.fr>
Mon, 3 Oct 2011 10:43:24 +0000 (12:43 +0200)
committerNavarrop <Pierre.Navarro@imag.fr>
Mon, 3 Oct 2011 10:43:24 +0000 (12:43 +0200)
buildtools/pipol/rc.fedora

index 3ab368d..31d923f 100644 (file)
@@ -14,6 +14,7 @@ sudo yum -y -q install graphviz-dev graphviz
 sudo yum -y -q install f2c
 sudo yum -y -q install pcre-devel pcre-static
 sudo yum -y -q install git-core
 sudo yum -y -q install f2c
 sudo yum -y -q install pcre-devel pcre-static
 sudo yum -y -q install git-core
+sudo yum -y -q install ruby ruby-devel
 
 which_svn=`which svn`          #svn necessary
 which_gcc=`which gcc`          #gcc gcc necessary
 
 which_svn=`which svn`          #svn necessary
 which_gcc=`which gcc`          #gcc gcc necessary
@@ -44,11 +45,4 @@ echo $which_perl
 echo $which_f2c
 echo $which_gcov
 echo $which_git
 echo $which_f2c
 echo $which_gcov
 echo $which_git
-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
+echo "FIN------------------------------------"
\ No newline at end of file