]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-rpm.sh
#2493 creaToolsTools Feature New Normal - Prepare and Install binary CreaTools...
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-rpm.sh
index 1ab88ab15dca61747821e6d26e999b2e1951cf83..141db32cc0eb4b81cb138458f402c3d8d7e609cb 100644 (file)
@@ -35,6 +35,7 @@ then
   # ///\TODO what about SuSE? Debian? Mandriva? Gentoo?
   case "$OperatingSystem" in
   Mandriva)
+     urpmi aria2
      urpmi cmake                
      urpmi cmake-qtgui            
      urpmi doxygen              
@@ -62,6 +63,7 @@ then
 
      ;;
   Fedora)
+     yum install aria2                -y
      yum install wget                 -y
      yum install unzip                -y
      yum install cmake                -y
@@ -84,6 +86,7 @@ then
 
      ;;
   Ubuntu)
+     apt-get --yes install aria2
      apt-get --yes install build-essential  # esta linea instala las librerias necesarias para compilar en ubuntu, g++ gcc etc etc etc.
      apt-get --yes install git
      apt-get --yes install cmake