]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-Stuff.sh
Added a cdashmod.sh script to process Experimental compilation with CDash.
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-Stuff.sh
index ff862d1451acbc7adb9926e4674addd371159111..cd145fc39cd4129ef24246369fb6ff3ff66b35c3 100644 (file)
@@ -95,7 +95,7 @@ then
      urpmi lib64wxgtk2.8-devel
      urpmi libwxgtk2.8-devel
      urpmi gcc-c++
-     urpmi cvs
+     urpmi git
      urpmi rpm-build
 
      ;;
@@ -115,12 +115,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 +136,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