home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1151 / install.txt < prev    next >
Encoding:
Text File  |  1994-01-03  |  2.7 KB  |  83 lines

  1.             -=> Fractint to POV-Ray v0.5 <=-
  2.  
  3.             -=> Installation instructions <=-
  4.  
  5.      These installation instructions assume that you have 
  6. already created a directory for Fractint to POV-Ray and 
  7. unzipped or copied files to that directory. 'FRCT2POV' is 
  8. suggested.
  9.  
  10.      To install the Fractint to POV-Ray package is easy. 
  11. There are files that need to be moved to different 
  12. locations. Some files need to be moved to the directory that 
  13. you keep your POV-Ray source files and some need to be moved 
  14. to your Fractint directory. There are some Windows icons 
  15. that can remain in the Fractint to POV-Ray directory or can 
  16. be moved to a sub-directory or a windows directory.
  17.  
  18.      The following is a list of file extensions and their 
  19. associated directories.
  20.  
  21. *.par  -=>  Fractint directory
  22. *.map  -=>  Fractint directory
  23.  
  24. *.pov  -=>  POV-Ray source files directory
  25. *.inc  -=>  POV-Ray source files directory
  26.  
  27. *.gif  -=>  POV-Ray source or other dir in POV's path.
  28.  
  29. *.ico  -=>  Windows or FRCT2POV sub directory ( optional )
  30.  
  31. All other files can remain in the FRCT2POV directory.
  32.  
  33. If desired, you could move documentation files to a sub-
  34. directory to avoid a cluttered FRCT2POV directory.
  35.  
  36. The following lines should be modified in the file 
  37. 'FRCT2POV.INI':
  38.  
  39. fp=C:\FRACTINT   { or whatever your path is }
  40. pp=C:\POVRAY\POVFILES   { or whatever your path is }
  41.  
  42. Windows '.pif' file installation:
  43.  
  44.      The easiest way to install Fractint to POV-Ray in 
  45. windows is to run the windows file manager and 'drag' the 
  46. file 'FRCT2POV.PIF' into the desired program group. Then 
  47. with the FRCT2POV 'DOS' icon selected select 'Properties' 
  48. from the program manager's 'File' menu. Then select the 
  49. 'Change icon' option and then select 'Browse'. You can then 
  50. navigate to the location where the Fractint to POV-Ray icon 
  51. resides and select it. If desired you could change the 
  52. window title option to 'Fractint to POV-Ray'. The working 
  53. directory should be the same as the 'FRCT2POV.PIF' 
  54. directory.
  55.  
  56. File moving procedures:
  57.  
  58.     These procedures assume that you have Fractint and POV-
  59. Ray installed with a directory for your POV-Ray source 
  60. files.
  61.  
  62. the following DOS commands can be used.
  63.  
  64. CD C:\POVRAY\FRCT2POV    { your path to this program }
  65.  
  66. COPY *.PAR C:\FRACTINT   { your path to fractint }
  67. DEL *.PAR
  68. COPY *.MAP C:\FRACTINT
  69. DEL *.MAP
  70. COPY *.POV C:\POVRAY\POVFILES   { your path to POV files }
  71. DEL *.POV
  72. COPY *.INC C:\POVRAY\POVFILES
  73. DEL *.INC
  74. COPY *.GIF C:\POVRAY\POVFILES
  75. DEL *.GIF
  76.  
  77. ( optional )
  78. COPY *.ICO C:\WINDOWS     { your path to windows }
  79.  
  80. ( if you have MS-DOS 6.0 or later you can use the MOVE 
  81. command instead of copy and ignore the DEL commands )
  82.  
  83.