X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FThirdParty-install-Base-Stuff.sh;h=60d02ea393cdb875d516409516cabb9a32f8725e;hb=baa0516e21e1f4a6a838b48f008e9e60d6fb84d3;hp=1e89797d7249733cf5250c69c5942ff84f693d80;hpb=2c6851a7c02b50273597ddf89912f5b3bfc86f8e;p=creaToolsTools.git 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.