]> Creatis software - creaToolsTools.git/blob - Linux/scripts/ThirdParty-install-Base-rpm.sh
#3044 creaToolsTools Bug New Normal - Fedora 24 ThirdParty library conflict with...
[creaToolsTools.git] / Linux / scripts / ThirdParty-install-Base-rpm.sh
1
2 # ---------------------------------------------------------------------
3 #
4 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image 
5 #                        pour la Santé)
6 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
7 #
8 #  This software is governed by the CeCILL-B license under French law and 
9 #  abiding by the rules of distribution of free software. You can  use, 
10 #  modify and/ or redistribute the software under the terms of the CeCILL-B 
11 #  license as circulated by CEA, CNRS and INRIA at the following URL 
12 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html 
13 #  or in the file LICENSE.txt.
14 #
15 #  As a counterpart to the access to the source code and  rights to copy,
16 #  modify and redistribute granted by the license, users are provided only
17 #  with a limited warranty  and the software's author,  the holder of the
18 #  economic rights,  and the successive licensors  have only  limited
19 #  liability. 
20 #
21 #  The fact that you are presently reading this means that you have had
22 #  knowledge of the CeCILL-B license and that you accept its terms.
23 # ------------------------------------------------------------------------  
24
25
26 #!/bin/bash
27
28 OperatingSystem=$1
29 echo "OperatingSystem = $OperatingSystem"
30
31 # the following stupid test is used at debug time; Please don't remove!
32 if [ true = true ]
33 #if [ true = false ]
34 then
35   # ///\TODO what about SuSE? Debian? Mandriva? Gentoo?
36   case "$OperatingSystem" in
37   Mandriva)
38      urpmi aria2
39      urpmi cmake                
40      urpmi cmake-qtgui            
41      urpmi doxygen              
42      urpmi graphviz             
43      urpmi texlive              
44      urpmi latex2html           
45      urpmi libwxgtk2.8    
46      urpmi lib64wxgtk2.8    
47      urpmi boost-devel          
48      urpmi sqlite-devel         
49      urpmi qt4-common
50      urpmi libqt4-devel             
51      urpmi lib64qt4-devel             
52      #urpmi mesa-libOSMesa-devel 
53      urpmi lib64mesagl1-devel
54      urpmi libmesagl1-devel
55      urpmi lib64xt-devel
56      urpmi libxt-devel
57      urpmi lib64wxgtk2.8-devel
58      urpmi libwxgtk2.8-devel
59      urpmi gcc-c++
60      urpmi git
61      urpmi rpm-build
62      urpmi patch      ### EED It's working ???
63      urpmi fcgi       ### EED It's working ???
64      urpmi fcgi-devel ### EED It's working ???
65
66      ;;
67   Fedora)
68      yum install aria2                -y
69      yum install wget                 -y
70      yum install unzip                -y
71      yum install cmake                -y
72      yum install cmake-gui            -y
73      yum install doxygen              -y
74      yum install graphviz             -y
75      yum install texlive              -y
76      yum install latex2html           -y
77      yum install wxGTK-devel wxBase   -y
78      yum install boost-devel          -y
79      yum install sqlite-devel         -y
80      yum install qt-devel             -y
81      yum install mesa-libOSMesa-devel -y
82      yum install gcc                  -y
83      yum install gcc-c++              -y
84      yum install redhat-rpm-config    -y
85      yum install xerces-c-devel       -y
86      yum install git                  -y
87      yum install qtwebkit-devel       -y
88      yum install patch                -y
89      yum install fcgi                 -y
90      yum install fcgi-devel           -y
91
92      ;;
93   Ubuntu)
94      apt-get --yes install aria2
95      apt-get --yes install build-essential  # esta linea instala las librerias necesarias para compilar en ubuntu, g++ gcc etc etc etc.
96      apt-get --yes install git
97      apt-get --yes install cmake
98      apt-get --yes install cmake-gui
99      apt-get --yes install cmake-curses-gui
100      apt-get --yes install doxygen
101      apt-get --yes install graphviz
102      apt-get --yes install texlive
103      apt-get --yes install latex2html
104      apt-get --yes install libgtk2.0-dev #GTK
105      apt-get --yes install libwxgtk2.8-dev #Wx GTK
106      apt-get --yes install libwxbase2.8-dev #Wx solito
107      apt-get --yes install wx-common #wxrc
108      apt-get --yes install libboost-dev  #Boost
109      apt-get --yes install libboost-all-dev #Boost
110      apt-get --yes install libqt4-dev #QT4
111      apt-get --yes install libxerces-c-dev
112      apt-get --yes install patch
113      apt-get --yes install fcgi
114      apt-get --yes install fcgi-devel
115      ## CLAIRE - JGRR
116      apt-get --yes install qt4-qmake #QT4 qmake
117      apt-get --yes install libsqlite0-dev
118      apt-get --yes install libsqlite3-dev
119      apt-get --yes install libosmesa6-dev #Mesa6
120      apt-get --yes install uuid-dev # uuid para la instalacion de itk
121      apt-get --yes install libxaw7-dev # X11
122      ;;
123   MacOS)
124      port selfupdate
125      port install cmake                -y
126      port install doxygen              -y
127      port install graphviz             -y
128     # port install tetex               -y   (replaced by texlive) # cf EED : http://www.creatis.insa-lyon.fr/site/fr/CreatoolsInstallInstructionsv2.0.1MacOsv10.5.6-Developpers
129      port install texlive              -y
130      port install latex2html           -y
131      port install wxGTK                -y
132      port install boost                -y
133      ln -s libboost_signals-xgcc40-mt-1_38.dylib    libboost_signals.dylib    /opt/local/lib # cf EED : http://www.creatis.insa-lyon.fr/site
134      ln -s libboost_signals-xgcc40-mt-1_38.dylib    libboost_signals.dylib    /opt/local/lib # cf EED
135      ln -s libboost_filesystem-xgcc40-mt-1_38.dylib libboost_filesystem.dylib /opt/local/lib # cf EE
136      ln -s libboost_system-xgcc40-mt-1_38.dylib     libboost_system.dylib     /opt/local/lib # cf EE 
137      port install sqlite3              -y
138      port install qt4-mac              -y
139      ln -s qmake-mac qmake /opt/local/bin  # cf EED
140      port install mesa                 -y
141      port install fcgi                 -y  ## It's working ?
142      port install fcgi-devel           -y  ## It's working ?
143      ;;
144   *)
145      echo " '$OperatingSystem' : Unknown (for us...) Operating Sytem "
146      echo " Allowed values are (right now) Fedora, Ubuntu, MacOS "
147      exit 0
148      ;;
149   esac
150 fi