home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 91 / af091a.adf / af91a3.lzx / INSTALL next >
Text File  |  1996-09-14  |  1KB  |  44 lines

  1.  
  2. Installation
  3. ------------
  4. Installing ACE consists of:
  5.  
  6.     - Unpacking the archive.
  7.  
  8.     - Adding a few commands to your s:user-startup (Wb 2.x/3.x) or 
  9.       s:startup-sequence (Wb 1.3) file.
  10.  
  11. First create a new drawer (eg. ACE) on your hard disk, open a shell window, 
  12. change to the new directory, and unpack the archive into it with:
  13.  
  14.     lha -a x <archive-name>
  15.  
  16. eg.    lha -a x ace24.lha
  17.     
  18. The "-a" switch preserves file attributes (eg. the "s" bit on shell scripts) 
  19. in the archive.
  20.  
  21. As you can see, it is *assumed* that you have a hard disk. If you don't, 
  22. unpack the ACE archive into the RAM disk and place the contents of the 
  23. distribution onto more than one floppy disk from there.
  24.  
  25. Next, add the following lines to your user-startup or startup-sequence 
  26. script:
  27.  
  28.     assign ACE: <volume or directory>
  29.     path ACE:bin add
  30.  
  31. where <volume or directory> is the name of the disk or directory where
  32. the main ACE files now reside (eg: assign ACE: sys:ACE).
  33.  
  34. In addition, you need to add three more statements to your startup-sequence
  35. or user-startup script:
  36.  
  37.     assign ACElib:       ACE:lib     ; bas finds scanned libraries here.
  38.     assign ACEbmaps:   ACE:bmaps     ; ace looks here for .bmap files.
  39.     assign ACEinclude: ACE:include     ; app uses this for include files.
  40.  
  41. Now reboot your Amiga to let the above path and assign commands take effect.
  42.  
  43. That's it!
  44.