From fe8e2a31c3cf13e55988297c8437635bd186eb0d Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Fri, 30 Nov 2012 10:34:17 +0100 Subject: [PATCH] Bug #1841 Added missing xerces package for Ubuntu. --- 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 a761d22..cd145fc 100644 --- a/Linux/scripts/ThirdParty-install-Base-Stuff.sh +++ b/Linux/scripts/ThirdParty-install-Base-Stuff.sh @@ -136,6 +136,7 @@ then apt-get --yes install libboost-dev #Boost apt-get --yes install libboost-all-dev #Boost apt-get --yes install libqt4-dev #QT4 + apt-get --yes install libxerces-c-dev ## CLAIRE - JGRR apt-get --yes install qt4-qmake #QT4 qmake apt-get --yes install libsqlite0-dev -- 2.45.1