Go to the first, previous, next, last section, table of contents.
Calc 2.02 comes as a set of GNU Emacs Lisp files, with names like
`calc.el' and `calc-ext.el', and also as a `calc.texinfo'
file which can be used to generate both on-line and printed
documentation.
To install Calc, just follow these simple steps. If you want more
information, each step is discussed at length in the sections below.
-
Change (`cd') to the Calc "home" directory. This directory was
created when you unbundled the Calc `.tar' or `.shar' file.
-
Type `make' to install Calc privately for your own use, or type
`make install' to install Calc system-wide. This will compile all
the Calc component files, modify your `.emacs' or the system-wide
`lisp/default' file to install Calc as appropriate, and format
the on-line Calc manual.
Both variants are shorthand for the following three steps:
-
`make compile' to run the byte-compiler.
-
`make private' or `make public', corresponding to
`make' and `make install', respectively. (If `make public'
fails because your system doesn't already have a `default' or
`default.el' file, use Emacs or the Unix
touch
command
to create a zero-sized one first.)
-
`make info' to format the on-line Calc manual. This first tries
to use the `makeinfo' program; if that program is not present, it
uses the Emacs
texinfo-format-buffer
command instead.
The Unix make
utility looks in the file `Makefile' in the
current directory to see what Unix commands correspond to the various
"targets" like install
or public
. If your system
doesn't have make
, you will have to examine the `Makefile'
and type in the corresponding commands by hand.
-
If you ever move Calc to a new home directory, just give the
`make private' or `make public' command again in the new
directory.
-
Test your installation as described at the end of these instructions.
-
(Optional.) To print a hardcopy of the Calc manual (over 500 pages)
or just the Calc Summary (about 20 pages), follow the instructions under
"Printed Documentation" below.
Calc is now installed and ready to go!
Go to the first, previous, next, last section, table of contents.