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