From: jean-pierre roux Date: Mon, 15 Nov 2010 14:22:28 +0000 (+0000) Subject: install_thirdparty for MacOS, as well. X-Git-Tag: Creatools2-0-3.creaToolsTools2-0-3.17Feb2011~92 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=331fd5cb62a0e7e9a10f0959c28e1c3e2c820e9f;p=creaToolsTools.git install_thirdparty for MacOS, as well. --- diff --git a/Install_ThirdParty/scripts/install_thirdparty_all.sh b/Install_ThirdParty/scripts/install_thirdparty_all.sh index 658c82b..924c95b 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_all.sh +++ b/Install_ThirdParty/scripts/install_thirdparty_all.sh @@ -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 "