From b5f6bb4022de1a88da93b3091165db6f81c1e717 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Thu, 6 Aug 2015 21:51:19 +0200 Subject: [PATCH] #2689 creaToolsTools Feature New Normal - Third party Linux WT configuration --- Linux/scripts/ThirdParty-install-Base-rpm.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 " -- 2.44.0