]> Creatis software - creaToolsTools.git/commitdiff
install_thirdparty for MacOS, as well.
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 15 Nov 2010 14:22:28 +0000 (14:22 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Mon, 15 Nov 2010 14:22:28 +0000 (14:22 +0000)
Install_ThirdParty/scripts/install_thirdparty_all.sh

index 658c82b9834f072ee04ffc78f15dd5dbd1c813d7..924c95b1e28b73cc736437d68c58649b6483b7db 100644 (file)
@@ -85,8 +85,19 @@ then
      sudo apt-get --yes install libxaw7-dev # X11
      ;;
   MacOS)
-     echo "MacOS not yet dealt with ..."
-     exit 0
+# QUESTION : is -y  mandatory?
+
+     sudo port install cmake -y 
+     sudo port install cmake-gui -y 
+     sudo port install doxygen -y
+     sudo port install graphviz -y
+     sudo port install texlive -y
+     sudo port install latex2html -y
+     sudo port install wxGTK-devel wxBase -y
+     sudo port install boost-devel -y
+     sudo port install sqlite-devel -y
+     sudo port install qt-devel -y
+     sudo port install mesa-libOSMesa-devel -y
      ;;
   *)
      echo " '$OS' : Unknown (for us...) Operating Sytem "