Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/kernel.git] / bin / appliskel / env.d / envSalome.sh
1 #!/bin/sh
2
3 # Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
4 #           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
5 # This library is free software; you can redistribute it and/or
6 # modify it under the terms of the GNU Lesser General Public
7 # License as published by the Free Software Foundation; either 
8 # version 2.1 of the License.
9
10 # This library is distributed in the hope that it will be useful 
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
13 # Lesser General Public License for more details.
14
15 # You should have received a copy of the GNU Lesser General Public  
16 # License along with this library; if not, write to the Free Software 
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
18
19 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20
21
22 # --- example to adapt to your own configuration ---
23 #
24 # --- envSalome.sh gives a set of MODULE_ROOT_DIR, to source
25 # --- you must at least define and export KERNEL_ROOT_DIR
26
27 REPINST=/home/prascle/SALOME2/Install
28
29 export KERNEL_ROOT_DIR=${REPINST}/KERNEL_V301
30
31 export GUI_ROOT_DIR=${REPINST}/GUI_V301
32 #export SalomeAppConfig=${GUI_ROOT_DIR}/share/salome/resources
33 export SalomeAppConfig=${HOME}/${APPLI}
34 export SUITRoot=${GUI_ROOT_DIR}/share/salome
35
36 export GEOM_ROOT_DIR=${REPINST}/GEOM_V301
37 export MED_ROOT_DIR=${REPINST}/MED_V301
38 export SMESH_ROOT_DIR=${REPINST}/SMESH_V301
39 export SUPERV_ROOT_DIR=${REPINST}/SUPERV_V301
40 export VISU_ROOT_DIR=${REPINST}/VISU_V301
41 export NETGENPLUGIN_ROOT_DIR=${REPINST}/NETGENPLUGIN_V301
42 export COMPONENT_ROOT_DIR=${REPINST}/COMPONENT_V301
43 export PYCALCULATOR_ROOT_DIR=${REPINST}/PYCALCULATOR_V301
44 export PYHELLO_ROOT_DIR=${REPINST}/PYHELLO_V301
45 export PYTIX_ROOT_DIR=${REPINST}/PYTIX_V301
46