]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-Stuff.sh
Feature #1525 --- creaThirdParty Libraries (Debug version)
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-Stuff.sh
index dbbe81c6fe639aeb3a13ef144a033bbb6291df7c..7220629fc79321a38bb781955c3b79539048eb79 100644 (file)
@@ -50,6 +50,7 @@ then
   # ///\TODO what about SuSE? Debian? Mandriva? Gentoo?
   case "$OperatingSystem" in
   Fedora)
+     yum install wget                 -y
      yum install cmake                -y
      yum install cmake-gui            -y
      yum install doxygen              -y
@@ -61,6 +62,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.
@@ -74,9 +81,12 @@ then
      apt-get --yes install libgtk2.0-dev #GTK
      apt-get --yes install libwxgtk2.8-dev #Wx GTK
      apt-get --yes install libwxbase2.8-dev #Wx solito
+     apt-get --yes install wx-common #wxrc
      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