From: Eduardo DAVILA Date: Thu, 6 Aug 2015 19:51:19 +0000 (+0200) Subject: #2689 creaToolsTools Feature New Normal - Third party Linux WT configuration X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=b5f6bb4022de1a88da93b3091165db6f81c1e717 #2689 creaToolsTools Feature New Normal - Third party Linux WT configuration --- diff --git a/Linux/scripts/ThirdParty-install-Base-rpm.sh b/Linux/scripts/ThirdParty-install-Base-rpm.sh index 141db32..89151b7 100644 --- a/Linux/scripts/ThirdParty-install-Base-rpm.sh +++ b/Linux/scripts/ThirdParty-install-Base-rpm.sh @@ -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 "