]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-rpm.sh
#3446 vtk8itk5wx3-macos in Linux
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-rpm.sh
index f247a065b5dd1e5dd15127bd59955073603d131d..56c72bcaf5aeae2003d861206f30629b316036a4 100644 (file)
@@ -81,6 +81,7 @@ then
      yum install mesa-libOSMesa-devel -y
      yum install gcc                  -y
      yum install gcc-c++              -y
+     yum install make                 -y
      yum install redhat-rpm-config    -y
      yum install xerces-c-devel       -y
      yum install git                  -y
@@ -127,10 +128,15 @@ then
      apt-get --yes install graphviz
      apt-get --yes install texlive
      apt-get --yes install latex2html
-     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 libgtk2.0-dev #GTK
+     apt-get --yes install libgtk-3-dev #GTK
+#     apt-get --yes install libwxgtk2.8-dev #Wx GTK
+     apt-get --yes install libwxgtk3.0-dev #Wx GTK
+#     apt-get --yes install libwxbase2.8-dev #Wx solito
+     apt-get --yes install libwxbase3.0-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
@@ -152,6 +158,7 @@ then
      port -N install libomp               -y
 #     port -f activate libomp              -y
      port -f activate libomp-devel        -y
+
      port -N install wget                 -y
      port -N install cmake                -y
      port -N install doxygen              -y