home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / text / emacssrc.lha / emacs-18.58 / compile.doc < prev    next >
Encoding:
Text File  |  1992-05-18  |  985 b   |  30 lines

  1. To compile emacs, you will need SAS C 5.10b. If you try to make it work
  2. with Aztec C, you might run into difficulties with the dumping code:
  3. - The "small" data model (A4-relative) is used, to get all the variables
  4.   in one hunk.
  5. - Some variables are declared with the "far" attribute to get them out
  6.   of this hunk (and the dumping code depends on this).
  7.  
  8. To compile:
  9.  
  10. a) Install as usual (see INSTALLATION).
  11.  
  12. b) Compile the C preprocessor (SAS's one has problems ...):
  13.  
  14.      cd gnuemacs:cpp
  15.      lmk
  16.  
  17. c) Compile & dump emacs. You will need the non-compacted include files
  18. (those stored in the Compiler_Headers directory). You must assign
  19. cpp-include: to the directory containing these. Then:
  20.  
  21.      cd gnuemacs:src
  22.      lmk
  23.  
  24.    (This takes around 20 minutes from scratch on an A2500/30).
  25.  
  26. If all goes well, you should have a new version of emacs ...
  27.  
  28. [Note: The DOC strings are not remade systematically. To change this,
  29. edit ymakefile and remove the comment from the rule for xemacs]
  30.