]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-Stuff.sh
BUG unzip rpm install missing
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-Stuff.sh
index d95c2f27d0a5424291f537111f374083c23b48bd..0ddc5de125f981640af44c2d66edb2cae7a95f58 100644 (file)
@@ -95,12 +95,13 @@ then
      urpmi lib64wxgtk2.8-devel
      urpmi libwxgtk2.8-devel
      urpmi gcc-c++
-     urpmi cvs
+     urpmi git
      urpmi rpm-build
 
      ;;
   Fedora)
      yum install wget                 -y
+     yum install unzip                -y
      yum install cmake                -y
      yum install cmake-gui            -y
      yum install doxygen              -y
@@ -115,12 +116,13 @@ then
      yum install gcc                  -y
      yum install gcc-c++              -y
      yum install xerces-c-devel       -y
-     yum install cvs                  -y
+     yum install git                  -y
      yum install qtwebkit-devel       -y
 
      ;;
   Ubuntu)
      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
      apt-get --yes install cmake-gui
      apt-get --yes install cmake-curses-gui
@@ -135,6 +137,7 @@ then
      apt-get --yes install libboost-dev  #Boost
      apt-get --yes install libboost-all-dev #Boost
      apt-get --yes install libqt4-dev #QT4
+     apt-get --yes install libxerces-c-dev
      ## CLAIRE - JGRR
      apt-get --yes install qt4-qmake #QT4 qmake
      apt-get --yes install libsqlite0-dev
@@ -145,10 +148,9 @@ then
      ;;
   MacOS)
      port selfupdate
-
      port install cmake                -y
-     port install graphviz             -y
      port install doxygen              -y
+     port install graphviz             -y
     # port install tetex               -y   (replaced by texlive) # cf EED : http://www.creatis.insa-lyon.fr/site/fr/CreatoolsInstallInstructionsv2.0.1MacOsv10.5.6-Developpers
      port install texlive              -y
      port install latex2html           -y