On Qua, 2009-09-16 at 10:25 +0200, Roland de Lepper wrote:
> I hadn't installed the GNU autotools. Now this is installed, 'make
> install' was successfull.
Hi,
this does not apply exactly to your case (Red Hat) but, for the record,
I leave here the steps I use in Ubuntu.
sudo apt-get install tk8.5 libtk-img sbcl build-essential texinfo \
gnuplot-x11 rlwrap
./configure --enable-sbcl --enable-lang-pt-utf8 --with-wish=wish8.5
make
sudo make install
Instead of sbcl, replace by your favorite Lisp flavor or use several
and replace pt-utf8 by another foreign language supported in Maxima.
Package build-essential makes sure autotools and other needed packages
are installed. rlwrap is required for rmaxima. tk8.5 makes Xmaxima look
much better. libtk-img allows Xmaxima's browser to display PNG and JPEG
graphics. gnuplot-x11 is the standard used for graphics. texinfo is
required to generate the documentation.
Regards,
Jaime