HTML help documentation. The fictional URL needs a protocol too.
[maxima/cygwin.git] / README.external
blob71164499884415de0751c100d78c30fee5e25f3d
1 The following external tools are needed to build and/or use Maxima:
3 1) A supported Lisp implementation. See README-lisps.md.
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) drawdf requires Vtk and its bindings for Tcl/Tk.
23 7) The scene command requires python-vtk
25 8) Building Maxima from GIT additionally requires the GNU autotools.