From: akl Date: Fri, 27 Feb 2009 13:19:29 +0000 (+0000) Subject: Fix issue 0020160:[CEA:321] (installation wizard should make the difference between... X-Git-Tag: V4_1_4sp2~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0749d9a5762dc9e2a1d50cd695e61f1962d6d28a;p=tools%2Finstall.git Fix issue 0020160:[CEA:321] (installation wizard should make the difference between optional and mandatory "missing libraries"): a new attribute 'optionallibs' was added to 'config' section of XML configuration file. IW processes it and makes difference between 'not found' libraries. --- diff --git a/config.xml b/config.xml index 286f60c..06d61e4 100644 --- a/config.xml +++ b/config.xml @@ -6,7 +6,8 @@ license="<h5>GNU LGPL</h5>" platforms="Debian 4.0 64bit,Debian 3.1,Mandrake 10.1,Mandriva 2006.0,Mandriva 2006.0 64bit,Mandriva 2007.0,Mandriva 2008.0,Mandriva 2008.0 64bit,Red Hat 8.0,Red Hat 9,Red Hat Enterprise WS 4,Scientific SL 4.2,Scientific SL 4.3" targetdir="${HOME}/salome_4.1.2" - tempdir="/tmp"/> + tempdir="/tmp" + optionallibs="libcppunit,libblsurf"/>