home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / text / emacsdif.lha / emacs-18.58 / README.DIFFS < prev    next >
Encoding:
Text File  |  1992-05-17  |  808 b   |  28 lines

  1. You have just obtained the diffs for the Amiga from emacs-18.58. You are
  2. decreed to be an expert user, possessing SAS C 5.10b ... You will also
  3. need bison (to compile cpp).
  4.  
  5. To get Emacs up and running, you will need to do the following:
  6.  
  7. a) Get the full emacs-18.58 source from somewhere, and install it.
  8.  
  9. b) Add all the files from this package to that source.
  10.  
  11. c) Apply the patches in cpp-diffs, lisp-diffs and src-diffs.
  12.  
  13. d) Assign gnuemacs: <emacs directory>
  14.  
  15. e) Follow the compilation instructions in compile.doc
  16.  
  17. f) Follow the installation instructions from INSTALLATION.
  18.  
  19. g) Recompile the patched lisp files (with byte-recompile-directory)
  20.  
  21. h) Redump emacs:
  22.      cd gnuemacs:src
  23.      stack 20000
  24.      temacs -nl -batch -l loadup dump
  25.      cp temacs /
  26.  
  27. i) Hack the source & add your favourite feature.
  28.