home *** CD-ROM | disk | FTP | other *** search
-
- Installation
- ------------
- You need to format a disk or create a directory on your hard disk for the
- ACE files to reside in. Then CD to that volume or directory.
-
- Starting with the supplied archive, use the following command to extract
- the files (with the LHA utility accessible via your path):
-
- lha -a x <archive name>
-
- where <archive name> is the full path and name of the ACE archive.
-
- The appropriate directories (bin,lib,include,docs,prgs,icons) and
- files will be created from the archive.
-
- Then add the following lines to your user-startup or startup-sequence script:
-
- assign ACE: <volume or directory name>
- path ACE:bin add
-
- where <volume or directory name> is the name of the disk or directory where
- the ACE files now reside (eg: assign ACE: sys:ACE).
-
- In addition, you need to add three more statements to your startup-sequence
- or user-startup script:
-
- assign ACElib: ACE:lib ; bas uses this for linked libraries.
- assign ACEbmaps: ACE:bmaps ; ace uses this for .bmap files.
- assign ACEinclude: ACE:include ; app uses this for include files.
-
- That's it! Now reboot your Amiga and you're away.
-