]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/ThirdParty-install-Base-Stuff.sh
Modified the scripts to switch from CVS to Git.
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-Stuff.sh
index d95c2f27d0a5424291f537111f374083c23b48bd..86bf91f9eb21f09b1323aed05bffd32ae57c87bb 100644 (file)
@@ -95,7 +95,7 @@ then
      urpmi lib64wxgtk2.8-devel
      urpmi libwxgtk2.8-devel
      urpmi gcc-c++
-     urpmi cvs
+     urpmi git
      urpmi rpm-build
 
      ;;
@@ -115,7 +115,7 @@ then
      yum install gcc                  -y
      yum install gcc-c++              -y
      yum install xerces-c-devel       -y
-     yum install cvs                  -y
+     yum install git                  -y
      yum install qtwebkit-devel       -y
 
      ;;
@@ -145,10 +145,9 @@ then
      ;;
   MacOS)
      port selfupdate
-
      port install cmake                -y
-     port install graphviz             -y
      port install doxygen              -y
+     port install graphviz             -y
     # port install tetex               -y   (replaced by texlive) # cf EED : http://www.creatis.insa-lyon.fr/site/fr/CreatoolsInstallInstructionsv2.0.1MacOsv10.5.6-Developpers
      port install texlive              -y
      port install latex2html           -y