INSTALL 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. To install gnuplot-mode:
  2. 1. At the command line:
  3. > configure
  4. > make
  5. If you use XEmacs, do "make EMACS=xemacs" (or change the EMACS
  6. variable to "xemacs" in the Makefile, the run "make").
  7. If "configure" doesn't work for you, the file "Makefile.dst" can be
  8. used. In that case do, "make -f Makefile.dst".
  9. 2. Move the .elc files to a place where emacs can find them, for
  10. example /usr/share/emacs/site-lisp or your personal emacs
  11. directory.
  12. 3. Insert the contents of the `dotemacs' file into your .emacs file
  13. or system start-up file to enable gnuplot mode.
  14. 4. The function `gnuplot-info-lookup-symbol' looks at the Gnuplot
  15. info file that comes with this package or that can be made from
  16. the Gnuplot distribution. For that function to work, the file
  17. gnuplot.info must be placed somewhere where info can find it, for
  18. example /usr/info. A line like this in your .emacs allows you to
  19. put gnuplot.info any place convenient:
  20. (add-to-list 'Info-default-directory-list "/path/to/file")
  21. The "configure; make" sequence may not work on all systems,
  22. particularly Win32 systems. The long-winded way of making the .elc
  23. gpelcard.ps files is to edit each of the .el files with emacs and do
  24. `M-x byte-compile-file'. Then "latex gpelcard.tex" and
  25. "dvips gpelcard.dvi".
  26. You will need to follow the instructions contained in the file
  27. Win9x/INSTALL.Win9x to get gnuplot working with Emacs on a Windows 95
  28. or 98 machine.
  29. Problems? Contact gnuplot-mode's author Bruce Ravel
  30. <ravel@phys.washington.edu>