From 2d927bbcc9513692ea66e3bcfef112035d43b946 Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Mon, 31 Oct 2011 08:29:12 +0000 Subject: [PATCH] DFCH: sudo apt-get install wx-common //ubuntu wxrc --- Linux/scripts/ThirdParty-install-Base-Stuff.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Linux/scripts/ThirdParty-install-Base-Stuff.sh b/Linux/scripts/ThirdParty-install-Base-Stuff.sh index dbbe81c..5518608 100644 --- a/Linux/scripts/ThirdParty-install-Base-Stuff.sh +++ b/Linux/scripts/ThirdParty-install-Base-Stuff.sh @@ -74,6 +74,7 @@ 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 -- 2.45.0