X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FThirdParty-install-Base-rpm.sh;h=4439ccbd176a70a07039d606f993d7f1828dc7be;hb=d3fa23cdd313b5209461d6011a4aeb306350aff8;hp=1ab88ab15dca61747821e6d26e999b2e1951cf83;hpb=4e5e6d52e9be90b36ef08b90138669c51f5b4b49;p=creaToolsTools.git diff --git a/Linux/scripts/ThirdParty-install-Base-rpm.sh b/Linux/scripts/ThirdParty-install-Base-rpm.sh index 1ab88ab..4439ccb 100644 --- a/Linux/scripts/ThirdParty-install-Base-rpm.sh +++ b/Linux/scripts/ThirdParty-install-Base-rpm.sh @@ -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,43 @@ 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 + + ;; + CentOS) + yum install aria2 -y + yum install wget -y + yum install unzip -y + yum install cmake -y + yum install cmake-gui -y + yum install doxygen -y + yum install graphviz -y + yum install texlive -y + yum install latex2html -y + yum install wxGTK-devel wxBase -y + yum install boost-devel -y + yum install sqlite-devel -y + yum install qt-devel -y + 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 +136,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 +164,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 "