home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / EmacsTeX / Emacs-3.0.1 / Source / INSTALL < prev    next >
Encoding:
Text File  |  1995-06-12  |  1.2 KB  |  27 lines

  1. Emacs-3.0 installation:
  2.  
  3. * To install Emacs from the command line:
  4.  
  5.     Build and install Emacs with `make install'.  If you want Emacs in
  6.     /LocalApps instead of in ~/Apps, type `make DSTROOT=/LocalApps install'.
  7.  
  8. * To installl Emacs using ProjectBuilder:
  9.  
  10.   Double click the PB.project icon in the Emacs directory.  When
  11.   ProjectBuilder has started, click on the `Builder' button, type install in
  12.   the `Args:' TextField and click `Build'.  If you want Emacs in
  13.   `/LocalApps' instead of in `~/Apps', click on the `Attributes' button and
  14.   change the `Install In' TextField to `/LocalApps' before building Emacs.
  15.  
  16. * If you were previously using Emacs-2.1 you can remove the eterm-fns.el
  17.   eterm-low.el eterm-mouse.el as well as the term/eterm.el files (and their
  18.   byte-compiled counterparts) from you load path.  Emacs no longer needs
  19.   them.  It automagicly loads the required lisp code when starting Emacs, so
  20.   you do not have to change your `load-path'.
  21.  
  22. Double click the Emacs icon in ~/Apps of /LocalApps and have fun.
  23.  
  24. *Note*: If you want to keep the sources online, you can save some disk space
  25. by typing `make clean' from the command line or in ProjectBuilder change the
  26. `install' text in the `Args:' TextField to clean and click build.
  27.