]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-rpm.sh
#3044 creaToolsTools Bug New Normal - Fedora 24 ThirdParty library conflict with...
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-rpm.sh
index 1ab88ab15dca61747821e6d26e999b2e1951cf83..022fcbe6fddd2ea2b254ffbeac86984ee500879a 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              
@@ -58,10 +59,13 @@ then
      urpmi gcc-c++
      urpmi git
      urpmi rpm-build
-     urpmi patch ### EED It's working ???
+     urpmi patch      ### EED It's working ???
+     urpmi fcgi       ### EED It's working ???
+     urpmi fcgi-devel ### EED It's working ???
 
      ;;
   Fedora)
+     yum install aria2                -y
      yum install wget                 -y
      yum install unzip                -y
      yum install cmake                -y
@@ -77,13 +81,17 @@ then
      yum install mesa-libOSMesa-devel -y
      yum install gcc                  -y
      yum install gcc-c++              -y
+     yum install redhat-rpm-config    -y
      yum install xerces-c-devel       -y
      yum install git                  -y
      yum install qtwebkit-devel       -y
      yum install patch                -y
+     yum install fcgi                 -y
+     yum install fcgi-devel           -y
 
      ;;
   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
@@ -102,6 +110,8 @@ then
      apt-get --yes install libqt4-dev #QT4
      apt-get --yes install libxerces-c-dev
      apt-get --yes install patch
+     apt-get --yes install fcgi
+     apt-get --yes install fcgi-devel
      ## CLAIRE - JGRR
      apt-get --yes install qt4-qmake #QT4 qmake
      apt-get --yes install libsqlite0-dev
@@ -128,6 +138,8 @@ then
      port install qt4-mac              -y
      ln -s qmake-mac qmake /opt/local/bin  # cf EED
      port install mesa                 -y
+     port install fcgi                 -y  ## It's working ?
+     port install fcgi-devel           -y  ## It's working ?
      ;;
   *)
      echo " '$OperatingSystem' : Unknown (for us...) Operating Sytem "