
#############################################################
#      Artenum's VTK compilation and packaging script       #
#                           for                             #
#                         Keridwen                          #
#                (see http:/www.artenum.com)                #
#                      Version 1.0.2                        #
#                        2011/02/15                         #
#   (c) artenum sarl, France, 2011                          #
#############################################################


This UNIX (i.e bash) script will perform the following actions:

1) Check if all tools needed for the VTK compilation (e.g cmake...)
2) Recover online (download) the VTK source code from a given release
if you have a Web access or from a local source tarball
3) Perform Cmake with pre-configurated settings  to obtain a VTK binary 
release compliant with Kerdiwen 2.0 (see http://www.artenum.com/kerdiwen).
4) Perform the compilation
5) Re-pack the binary releases compliant with Kerdiwen 2.0 
6) zip the generated releases and compute the corresponding MD5

To perform the whole configuration-compilation-packaging process, please type
the following command:

      ./makeVTKForKeridwen.bash

or, if you have no access to the Web and/or have already a local tarball of 
vtk source codes:

      ./makeVTKForKeridwen.bash PATH_TO_MY_LOCAL_VTK_SRC_TAR_BALL_FILE

To clean all downloaded/generated files, please the command: 

      ./deepClean.bash

Please see and edit the makeVTKForKeridwen.sh to set/change the cmake and other
compilation flags and settings. 

NB: Additionnal platform informations (e.g version of glibc) are added to 
the packaged releases for a better OS/hardware trackking and support. See 
README.TXT file in each release folders.

This script is provided without any guaranty and Artenum, and any of its employees, 
can be considered as responsible of any damages or lost of data resulting from the 
use of the present script. 

This script is release under the license given in the License directory. 

(c) Artenum sarl, France, 2011

Done at Paris, the 30th january 2011. 

contact/questions/bugs/feedbacks: contact@artenum.com


