home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / dist / dev / lang / ace / installation < prev    next >
Encoding:
Text File  |  1993-09-01  |  1.1 KB  |  33 lines

  1.  
  2. Installation
  3. ------------
  4. You need to format a disk or create a directory on your hard disk for the 
  5. ACE files to reside in. Then CD to that volume or directory.
  6.  
  7. Starting with the supplied archive, use the following command to extract 
  8. the files (with the LHA utility accessible via your path):
  9.  
  10.     lha -a x <archive name>
  11.  
  12. where <archive name> is the full path and name of the ACE archive.
  13.  
  14. The appropriate directories (bin,lib,include,docs,prgs,icons) and 
  15. files will be created from the archive.
  16.  
  17. Then add the following lines to your user-startup or startup-sequence script:
  18.  
  19.     assign ACE: <volume or directory name>
  20.     path ACE:bin add
  21.  
  22. where <volume or directory name> is the name of the disk or directory where
  23. the ACE files now reside (eg: assign ACE: sys:ACE).
  24.  
  25. In addition, you need to add three more statements to your startup-sequence
  26. or user-startup script:
  27.  
  28.     assign ACElib:       ACE:lib    ; bas uses this for linked libraries.
  29.     assign ACEbmaps:   ACE:bmaps    ; ace uses this for .bmap files.
  30.     assign ACEinclude: ACE:include    ; app uses this for include files.
  31.  
  32. That's it! Now reboot your Amiga and you're away.
  33.