Salome HOME
Update for Salome IW 5.X
[tools/install.git] / config_Debian_4.0.xml
index cf5f702a6af05bf4175a8873cad0c34a8810e473..d8104003f32055ea83195e966f1bcece962a75a5 100755 (executable)
@@ -1,11 +1,11 @@
 <document>
 
-  <config version="4.1.1"
+  <config version="5.0.0"
          caption="SALOME v%1"
-          copyright="&lt;h5>Copyright (C) 2003-2008 OPEN CASCADE,&lt;br>EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&amp;D,&lt;br>LEG, PRINCIPIA R&amp;D, BUREAU VERITAS&lt;/h5>"
+          copyright="&lt;h5>Copyright (C) 2003-2008 &lt;br>OPEN CASCADE, CEA/DEN, EDF R&amp;D&lt;/h5>"
           license="&lt;h5>GNU LGPL&lt;/h5>"
          platforms="Debian4.0"
-         targetdir="${HOME}/salome_4.1.1"
+         targetdir="${HOME}/salome_5.0.0"
          tempdir="/tmp"/>
 
   <buttons>
@@ -24,7 +24,7 @@
              type="component"
             description="SALOME platform KERNEL module">
       <installation os="Debian4.0"
-                    version="4.1.1
+                    version="5.0.0
                    disable="false"
                    installdiskspace="26633,11153,84278"
                    pickupenv="true"
@@ -34,7 +34,7 @@
              type="component"
             description="SALOME platform GUI module">
       <installation os="Debian4.0"
-                   version="4.1.1
+                   version="5.0.0
                    disable="false"
                    installdiskspace="21446,10313,79189"
                    script="GUI.sh"/>
@@ -43,7 +43,7 @@
              type="component"
             description="SALOME platform GEOM module">
       <installation os="Debian4.0"
-                    version="4.1.1
+                    version="5.0.0
                    disable="false"
                    installdiskspace="44527,17706,191768"
                    script="GEOM.sh"/>
@@ -52,7 +52,7 @@
              type="component"
             description="SALOME platform MED module">
       <installation os="Debian4.0"
-                    version="4.1.1
+                    version="5.0.0
                    disable="false"
                    installdiskspace="113068,71175,376032"
                    script="MED.sh"/>
@@ -61,7 +61,7 @@
              type="component"
             description="SALOME platform SMESH module">
       <installation os="Debian4.0"
-                    version="4.1.1
+                    version="5.0.0
                    disable="false"
                    installdiskspace="63544,15848,244628"
                    script="SMESH.sh"/>
@@ -70,7 +70,7 @@
              type="component"
             description="SALOME platform VISU module">
       <installation os="Debian4.0"
-                    version="4.1.1
+                    version="5.0.0
                    disable="false"
                    installdiskspace="29149,9965,108154"
                    script="VISU.sh"/>
@@ -79,7 +79,7 @@
              type="component"
             description="SALOME platform NETGEN meshing algorithm plugin">
       <installation os="Debian4.0"
-                    version="4.1.1
+                    version="5.0.0
                    disable="false"
                    installdiskspace="10270,349,39271"
                    script="NETGENPLUGIN.sh"/>
              type="component"
             description="SALOME platform GHS3D meshing algorithm plugin. For use this plugin you should add the path to ghs3d to your PATH environment variable.">
       <installation os="Debian4.0"
-                    version="4.1.1
+                    version="5.0.0
                    disable="false"
                    installdiskspace="232,120,2583"
                    script="GHS3DPLUGIN.sh"/>
     </product>
+    <product name="HELLO" 
+             type="component"
+            description="Example SALOME C++ module: Hello.">
+      <installation os="Debian4.0"
+                    version="4.1.2" 
+                   disable="false"
+                   installdiskspace="2686,196,12245"
+                   script="HELLO.sh"/>
+    </product>
+    <product name="PYHELLO" 
+             type="component"
+            description="Example SALOME Python module: Hello.">
+      <installation os="Debian4.0"
+                    version="4.1.2" 
+                   disable="false"
+                   installdiskspace="104,260,2029"
+                   script="PYHELLO.sh"/>
+    </product>
     <product name="LIGHT"
              type="component"
             description="LIGHT SALOME module example">
       <installation os="Debian4.0"
-                    version="4.1.1
+                    version="5.0.0
                    disable="false"
                    installdiskspace="208,221,2958"
                    script="LIGHT.sh"/>
              type="component"
             description="SALOME samples files">
       <installation os="Debian4.0"
-                    version="4.1.1
+                    version="5.0.0
                    disable="false"
                    installdiskspace="0,48711,0"
                    script="SAMPLES.sh"/>
     </product>
-    <product name="DOCUMENTATION"
-            type="component"
-             description="SALOME documentation">
-      <installation os="Debian4.0"
-                    version="4.1.1" 
-                   disable="false"
-                   installdiskspace="0,205188,0"
-                   script="DOCUMENTATION.sh"/>
-    </product>
 
     <product name="tcltk" 
              type="prerequisite"
       <dep>GEOM</dep>
       <dep>SMESH</dep>
     </product>
+    <product name="HELLO">
+      <dep>boost</dep>
+      <dep>OpenCascade</dep>
+      <dep>Python</dep>
+      <dep>Qt</dep>
+      <dep>OmniORB</dep>
+      <dep>KERNEL</dep>
+      <dep>GUI</dep>
+    </product>
+    <product name="PYHELLO">
+      <dep>Python</dep>
+      <dep>OmniORB</dep>
+      <dep>KERNEL</dep>
+      <dep>GUI</dep>
+    </product>
     <product name="LIGHT">
       <dep>OpenCascade</dep>
       <dep>Python</dep>