]> SALOME platform Git repositories - modules/kernel.git/blob - bin/appliskel/env.d/envSalome.sh
Salome HOME
merge from branch BR_V5_DEV
[modules/kernel.git] / bin / appliskel / env.d / envSalome.sh
1 #!/bin/sh
2 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
3 #
4 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
5 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
6 #
7 #  This library is free software; you can redistribute it and/or
8 #  modify it under the terms of the GNU Lesser General Public
9 #  License as published by the Free Software Foundation; either
10 #  version 2.1 of the License.
11 #
12 #  This library is distributed in the hope that it will be useful,
13 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 #  Lesser General Public License for more details.
16 #
17 #  You should have received a copy of the GNU Lesser General Public
18 #  License along with this library; if not, write to the Free Software
19 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
20 #
21 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
22 #
23 # --- example to adapt to your own configuration ---
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/gui
33 export SalomeAppConfig=${HOME}/${APPLI}
34
35 export GEOM_ROOT_DIR=${REPINST}/GEOM_V301
36 export MED_ROOT_DIR=${REPINST}/MED_V301
37 export SMESH_ROOT_DIR=${REPINST}/SMESH_V301
38 export SUPERV_ROOT_DIR=${REPINST}/SUPERV_V301
39 export VISU_ROOT_DIR=${REPINST}/VISU_V301
40 export NETGENPLUGIN_ROOT_DIR=${REPINST}/NETGENPLUGIN_V301
41 export COMPONENT_ROOT_DIR=${REPINST}/COMPONENT_V301
42 export PYCALCULATOR_ROOT_DIR=${REPINST}/PYCALCULATOR_V301
43 export PYHELLO_ROOT_DIR=${REPINST}/PYHELLO_V301
44 export PYTIX_ROOT_DIR=${REPINST}/PYTIX_V301
45