From 331fd5cb62a0e7e9a10f0959c28e1c3e2c820e9f Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 15 Nov 2010 14:22:28 +0000 Subject: [PATCH] install_thirdparty for MacOS, as well. --- .../scripts/install_thirdparty_all.sh | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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 " -- 2.47.1