Need instruction to install Maxima 5.23.2 in Kubuntu 10.10
Subject: Need instruction to install Maxima 5.23.2 in Kubuntu 10.10
From: Thomas D. Dean
Date: Sat, 26 Feb 2011 21:09:52 -0800
On Sat, 2011-02-26 at 23:43 -0500, Joseph Cheung wrote:
> Hello,
>
> I need to get the instruction to install Maxima 5.23.2 in Kubuntu 10.10 for my
> Netbook. Can anyone please let me know how? I've downloaded the tar.gz file
> from Maxima webpage.
>
> Thanks,
>
I installed clisp with 'sudo apt-get instal clisp'
Then, unpacked the tarball.
cd to maxima-5.23.2
./configure --enable-clisp
make
make check
sudo make install
tomdean