Installation hints for CinePaint versions < 0.20-0

Requirements:

 - Installed CinePaint inclusive sources

 - Installed Fltk library (devel)


Installation:

a) Be `CP_SourcePath' the path to your CinePaint *sources* (e.g. CP_SourcePath
   = "/anything/src/cinepaint-0.19-1/" for CinePaint version 0.19.1)

b) Be `prefix' the path of your CinePaint installation as used in
   `configure --prefix=...' (default: '/usr/local')


1) Copy the *.tgz archive file into the directory CP_SourcePath/plug-ins/
   (Unpacking the archive file will create the directory 
   "./bracketing_to_hdr/".)

2) Change into CP_SourcePath/plug-ins/ and unpack the *.tgz-archive via 
     `tar -xvzf tgz_file'

3) Change into the new created directory `./bracketing_to_hdr/'. If your current
   `prefix' path differs from "/usr/local" open the file "makefile" and set
   the `prefix' macro to your own value (otherwise the linker can't find the 
   CinePaint library). Then run `make'. If `make' quits successfully, the 
   executable `bracketing_to_hdr' will be created.

5) Now change into the directory ${HOME}/.cinepaint/plug-ins/ (note the leading
   "." in ".cinepaint") and set here a soft link to the new executable:

     `ln -s CP_SourcePath/plug-ins/bracketing_to_hdr/bracketing_to_hdr'

   where CP_SourcePath symbolizes the path mentioned above.

6) The next time you start CinePaint, it will automatically detect the new 
   plug-in and will offer it under <toolbar-menu> -> "File" -> "New from..."
   -> "Bracketing to HDR".

