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