]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-Stuff.sh
redmine feature # 1708
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-Stuff.sh
index 55186088ffb692c5e33a720643b5ee008cfa82d3..214c92aad8f3bf34cfa57710ed1ea362bbedb73e 100644 (file)
@@ -49,7 +49,34 @@ if [ true = true ]
 then
   # ///\TODO what about SuSE? Debian? Mandriva? Gentoo?
   case "$OperatingSystem" in
+  Mandriva)
+     urpmi cmake                
+     urpmi cmake-qtgui            
+     urpmi doxygen              
+     urpmi graphviz             
+     urpmi texlive              
+     urpmi latex2html           
+     urpmi libwxgtk2.8    
+     urpmi lib64wxgtk2.8    
+     urpmi boost-devel          
+     urpmi sqlite-devel         
+     urpmi qt4-common
+     urpmi libqt4-devel             
+     urpmi lib64qt4-devel             
+     #urpmi mesa-libOSMesa-devel 
+     urpmi lib64mesagl1-devel
+     urpmi libmesagl1-devel
+     urpmi lib64xt-devel
+     urpmi libxt-devel
+     urpmi lib64wxgtk2.8-devel
+     urpmi libwxgtk2.8-devel
+     urpmi gcc-c++
+     urpmi cvs
+     urpmi rpm-build
+
+     ;;
   Fedora)
+     yum install wget                 -y
      yum install cmake                -y
      yum install cmake-gui            -y
      yum install doxygen              -y
@@ -61,6 +88,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 +111,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