I actually prefer to have my middle initial included in my name -- vttoth
[maxima/cygwin.git] / README.external
blob827f7314af1ee6475b9ef412237da6392fdbcc2f
1 The following external tools are needed to build and/or use Maxima:
3 1) A supported Lisp implementation. See README.lisps.
5 2) To build Maxima in the standard manner, Bourne shell and make are
6    required. See INSTALL.
8 3) Maxima can also be built using nothing except Lisp. See
9    INSTALL.lisp.
11 4) Plotting uses gnuplot, <http://gnuplot.sourceforge.net>, by
12    default. Plotting can also be done with Maxima's xmaxima
13    application.
15 5) xmaxima requires Tcl/Tk, preferably version 8.5 or later.
16    xmaxima is both one possible interface to  Maxima and a plotting
17    program. As a graphical interface it is not required but as a
18    plotting program it is required by some commands (plotdf, ploteq
19    and scene).
21 6) The scene command requires Vtk and its bindings for Tcl/Tk.
23 7) Building Maxima from GIT additionally requires the GNU autotools.