From 45f79556c0e897731998ea9d8ca57788bb1e80c1 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Mon, 15 Jun 2020 08:31:53 +0200 Subject: [PATCH] #3442 creaToolsTools Bug New Normal - Install Ubuntu --- Linux/scripts/ThirdParty-install-Base-rpm.sh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Linux/scripts/ThirdParty-install-Base-rpm.sh b/Linux/scripts/ThirdParty-install-Base-rpm.sh index 465a1ee..71af642 100644 --- a/Linux/scripts/ThirdParty-install-Base-rpm.sh +++ b/Linux/scripts/ThirdParty-install-Base-rpm.sh @@ -128,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 -- 2.45.1