]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-Stuff.sh
#2493 creaToolsTools Feature New Normal - Prepare and Install binary CreaTools...
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-Stuff.sh
index 0ddc5de125f981640af44c2d66edb2cae7a95f58..ea2c386073df194f761a8199c34199146041cf9d 100644 (file)
@@ -97,6 +97,7 @@ then
      urpmi gcc-c++
      urpmi git
      urpmi rpm-build
+     urpmi patch ### EED It's working ???
 
      ;;
   Fedora)
@@ -118,6 +119,7 @@ then
      yum install xerces-c-devel       -y
      yum install git                  -y
      yum install qtwebkit-devel       -y
+     yum install patch                -y
 
      ;;
   Ubuntu)
@@ -138,6 +140,7 @@ then
      apt-get --yes install libboost-all-dev #Boost
      apt-get --yes install libqt4-dev #QT4
      apt-get --yes install libxerces-c-dev
+     apt-get --yes install patch
      ## CLAIRE - JGRR
      apt-get --yes install qt4-qmake #QT4 qmake
      apt-get --yes install libsqlite0-dev