home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / E / TFF-A32R.LZX / AmigaE3.2a / Tools / EE / EE.QuickInstallation < prev    next >
Encoding:
Text File  |  1996-08-29  |  1.6 KB  |  47 lines

  1. QUICK INSTALLATION
  2.  
  3. 1.  Find a suitable place and name for EE's directories:
  4.  
  5.     - copy the executables and the 'prefs' directory to a convenient
  6.       location; like, uh, 'E/bin'?  (NOTE:  PrefsEditor MUST be in the EE
  7.       PROGDIR: (EE PROGDIR: is defined as the same location as the EE
  8.       executable), and the default prefs directory MUST be immediately
  9.       subordinate to the EE PROGDIR: for EE to work right. See EE.guide
  10.       for customizing prefs.) e.g., if PROGDIR: = DH0:E/bin, then here's
  11.       the required layout:
  12.  
  13.         DH0:E/bin/EE
  14.         DH0:E/binPrefsEditor
  15.         DH0:E/binprefs/
  16.  
  17.     - if you want to use the provided ARexx scripts, put the contents of
  18.       the 'EE/rexx' directory in 'E/rexx', then execute the command:
  19.  
  20.         Assign rexx: DH0:E/rexx ADD
  21.  
  22.     - put the docs anywhere that's convenient for you;
  23.  
  24. 2.  Install the reqtools.library v38.693 in your LIBS: directory.
  25.  
  26.     - change directory to EE/libs;
  27.  
  28.     - execute the command 'Copy #? LIBS:';
  29.  
  30. 3.  Make EE executable from everywhere:
  31.  
  32.     - execute the command 'Path :EE :EE/bin ADD';
  33.  
  34.     - or make an alias for EE, PrefsEditor and ListKeys;
  35.  
  36.     - add these commands to S:User-Startup if you want;
  37.  
  38. 4.  Make sure Amiga E v3.1 is intalled correctly.
  39.  
  40. 5.  Go to town! :)  Don't forget to keep the EE.guide handy!!  You'll need
  41.     to install Amigaguide to read it.
  42.  
  43. NOTE:  If your keys seem to be doing strange things, you'll need to assign
  44. your own keys to the "Write Char" function using the PrefsEditor.  See
  45. EE.guide, the note at the bottom of section "PE General", for information
  46. on usage of the PrefEditor to create a virgin prefs file and assign keys.
  47.