X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FThirdParty-install-Base-Stuff.sh;h=d95c2f27d0a5424291f537111f374083c23b48bd;hb=7e595d571398789451cf1e6552972c03cb4ec735;hp=7220629fc79321a38bb781955c3b79539048eb79;hpb=63bff5e113add61604110d7438d2c560e6954b4d;p=creaToolsTools.git diff --git a/Linux/scripts/ThirdParty-install-Base-Stuff.sh b/Linux/scripts/ThirdParty-install-Base-Stuff.sh index 7220629..d95c2f2 100644 --- a/Linux/scripts/ThirdParty-install-Base-Stuff.sh +++ b/Linux/scripts/ThirdParty-install-Base-Stuff.sh @@ -1,3 +1,27 @@ +# --------------------------------------------------------------------- +# +# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image +# pour la Santé) +# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton +# +# This software is governed by the CeCILL-B license under French law and +# abiding by the rules of distribution of free software. You can use, +# modify and/ or redistribute the software under the terms of the CeCILL-B +# license as circulated by CEA, CNRS and INRIA at the following URL +# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html +# or in the file LICENSE.txt. +# +# As a counterpart to the access to the source code and rights to copy, +# modify and redistribute granted by the license, users are provided only +# with a limited warranty and the software's author, the holder of the +# economic rights, and the successive licensors have only limited +# liability. +# +# The fact that you are presently reading this means that you have had +# knowledge of the CeCILL-B license and that you accept its terms. +# ------------------------------------------------------------------------ + + #!/bin/bash if [ ! -f $PWD/scripts/CreaTools-configure.sh ] @@ -49,6 +73,32 @@ if [ true = true ] then # ///\TODO what about SuSE? Debian? Mandriva? Gentoo? case "$OperatingSystem" in + Mandriva) + urpmi cmake + urpmi cmake-qtgui + urpmi doxygen + urpmi graphviz + urpmi texlive + urpmi latex2html + urpmi libwxgtk2.8 + urpmi lib64wxgtk2.8 + urpmi boost-devel + urpmi sqlite-devel + urpmi qt4-common + urpmi libqt4-devel + urpmi lib64qt4-devel + #urpmi mesa-libOSMesa-devel + urpmi lib64mesagl1-devel + urpmi libmesagl1-devel + urpmi lib64xt-devel + urpmi libxt-devel + urpmi lib64wxgtk2.8-devel + urpmi libwxgtk2.8-devel + urpmi gcc-c++ + urpmi cvs + urpmi rpm-build + + ;; Fedora) yum install wget -y yum install cmake -y @@ -95,9 +145,10 @@ then ;; MacOS) port selfupdate + port install cmake -y - port install doxygen -y port install graphviz -y + port install doxygen -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