From baa0516e21e1f4a6a838b48f008e9e60d6fb84d3 Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Tue, 27 Mar 2012 07:36:35 +0000 Subject: [PATCH] Added missing packages for Fedora. --- Linux/scripts/ThirdParty-install-Base-Stuff.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Linux/scripts/ThirdParty-install-Base-Stuff.sh b/Linux/scripts/ThirdParty-install-Base-Stuff.sh index 1e89797..60d02ea 100644 --- a/Linux/scripts/ThirdParty-install-Base-Stuff.sh +++ b/Linux/scripts/ThirdParty-install-Base-Stuff.sh @@ -61,6 +61,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. -- 2.45.0