]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-Stuff.sh
version file
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-Stuff.sh
index 55186088ffb692c5e33a720643b5ee008cfa82d3..60d02ea393cdb875d516409516cabb9a32f8725e 100644 (file)
@@ -61,6 +61,12 @@ then
      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 xerces-c-devel       -y
+     yum install cvs                  -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.
@@ -78,6 +84,8 @@ then
      apt-get --yes install libboost-dev  #Boost
      apt-get --yes install libboost-all-dev #Boost
      apt-get --yes install libqt4-dev #QT4
+     ## CLAIRE - JGRR
+     apt-get --yes install qt4-qmake #QT4 qmake
      apt-get --yes install libsqlite0-dev
      apt-get --yes install libsqlite3-dev
      apt-get --yes install libosmesa6-dev #Mesa6