home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / gfx / show / superview-lib / docs / howtoinstall.doc < prev    next >
Encoding:
Text File  |  1994-12-28  |  3.1 KB  |  94 lines

  1.  
  2.  Installation guide for experienced users
  3.  
  4.  Some quick notes on how to install the program if the InstallerScript
  5.  does not work, or if additional things have to be done
  6.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7.  
  8.  *** Overview ***
  9.  
  10.  You do not need to install the libraries to LIBS: itself.
  11.  For example you may create an additional LIBS-Dir somewhere else
  12.  (let's say "HD1:libs") then start the Installer and after that open
  13.  a shell. Then type something like:
  14.  
  15.      Assign LIBS: HD1:LIBS ADD
  16.      Assign LIBS: SYS:LIBS REMOVE
  17.  
  18.  and install superview.library with the Installer.
  19.  After that type again
  20.  
  21.      Assign LIBS: SYS:LIBS ADD
  22.  
  23.  and add an entry like
  24.  
  25.      Assign LIBS: HD1:LIBS ADD
  26.  
  27.  to your User-Startup.
  28.  You also should place an Assign for the virtual memory path there :
  29.  
  30.      Assign VMEM: HD1:Somewhere
  31.  
  32.  
  33.  After installation, your LIBS: directory should look similar to this :
  34.  
  35.  (libs)
  36.         (svobjects)    XXX.svobject
  37.                        YYY.svobject
  38.                        ...
  39.         (svdrivers)    AAA.svdriver
  40.                        BBB.svdriver
  41.                        ...
  42.         (svoperators)  123.svoperator
  43.                        456.svoperator
  44.                        ...
  45.   superview.library
  46.   superviewsupport.library
  47.  
  48.  
  49.  Note, that is is important, that the names of the single Libraries
  50.  are exactly the same as in the original archive (case-sensitivity).
  51.  If you copy "YUVN.svobject" as "yuvn.svobject" it will no longer
  52.  be recognized by the Library.
  53.  This is because the name is also hard-coded for identification and
  54.  since the corresponding functions are case-sensitive, there's a
  55.  need for such restrictions.
  56.  
  57.  *** Details ***
  58.  
  59.  After you've performed the main installation procedure, you might
  60.  wish to do some more detailed configurations...
  61.  Usually, configuration files (ControlPads) for SVObjects, SVDrivers,
  62.  SVOperators or the library itself are placed at the location
  63.  "ENV:superview-library/".
  64.  Note, that all ControlPad-entries are currently CASE-SENSITIVE.
  65.  
  66.       Name:      AGA.controlpad
  67.       Subject:   AGA.svdriver
  68.       Suggested: 24BITOPERATOR=24BitToHam6
  69.       Why:       dithers 24 Bit graphics to HAM6 (fast)
  70.                  (alternatively set "Dither24Bit", which can
  71.                   be used to create 2..256 Color output).
  72.  
  73.       Name:      JPEG.controlpad
  74.       Subject:   JPEG.svobject
  75.       Suggested: COLORDEPTH=8
  76.       Why:       dithers JPEG graphics to 256 Colors while reading
  77.  
  78.       Name:      SVO.controlpad
  79.       Subject:   SVO.svobject
  80.       Suggested: PACKMETHOD=NUKE
  81.       Why:       packs output with NUKE (or whatever you wish)
  82.  
  83.  Also: When selecting the appropriate SVDriver for your system,
  84.  please note, that "ECS" and "AGA" only refer to the original
  85.  Amiga chipsets and OS versions. Usually owners of an ECS Amiga
  86.  with GfxCard may - and should - use AGA.svdriver as well!
  87.  
  88.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  89.  26.12.94  This installation guide refers to superview.library V9.12.
  90.            There might be more or different things to be done in
  91.            the future!
  92.  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  93.  
  94.