]> Creatis software - creaToolsTools.git/commitdiff
#2689 creaToolsTools Feature New Normal - Third party Linux WT configuration
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Thu, 6 Aug 2015 19:51:19 +0000 (21:51 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Thu, 6 Aug 2015 19:51:19 +0000 (21:51 +0200)
Linux/scripts/ThirdParty-install-Base-rpm.sh

index 141db32cc0eb4b81cb138458f402c3d8d7e609cb..89151b7beedf010c7f0869e780dcc3e69e2f7412 100644 (file)
@@ -59,7 +59,9 @@ 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)
@@ -83,6 +85,8 @@ then
      yum install git                  -y
      yum install qtwebkit-devel       -y
      yum install patch                -y
+     yum install fcgi                 -y
+     yum install fcgi-devel           -y
 
      ;;
   Ubuntu)
@@ -105,6 +109,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
@@ -131,6 +137,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 "