ContentsBRTableOfContents(2) |
Introduction
This is a guide for installing the latest version of wxMaxima http://wxmaxima.sourceforge.net/wiki/index.php/Main_Page . wxMaxima is a cross platform GUI for the computer algebra system maxima based on wxWidgets.
this tutorial requires: 1. an Internet connection (or an Ubuntu DVD + the latest Maxima) 2. basic knowledge of how to open and use a terminal 3. a web browser
Download, Configure, Make, and Install it
So first this variable: "latest-version" is the latest version of Maxima (as of 3-20-007 it is 5.11.0)
In a web browser
download the package wxmaxima-"latest-version".tar.gz by going to here, http://sourceforge.net/project/showfiles.php?group_id=126731 and clicking on wxmaxima-"latest-version".tar.gz
In a terminal
{{{tar xfvz /"locationof"/wxMaxima-"latest-version".tar.gz sudo apt-get build-dep wxmaxima cd wxMaxima-"latest-version"/ ./configure --enable-dnd --enable-printing --enable-unicode-glyphs --prefix=/usr/share --exec-prefix=/usr make sudo checkinstall}}} say "yes" to create a document package and paste the description of Maxima off of the website pasted bellow:
wxMaxima is a cross platform GUI for the computer algebra system maxima based on wxWidgets.
When this is done type "0" then "ENTER" and enter your email address so that people know who you are if they use your package you@somewhere as an example
hit "ENTER" and hope for the best. Checkinstall attempts to build you a deb package which it automatically installs by default and is also included in the directory you made WxMaxima, i.e. the deb is in /"locationof"/WxMaxima-"latest-version"/. Thus if everything goes smoothly you now have the latest version of wxmaxima installed.
If you get stuck my email address is yigal.weinstein@gmail.com