Hittade denna guide på engelska, hoppas den hjälper dig lite grann.
pvdg. The steps are simple although there are a few of them,
In web browser
1. download the package maxima-5.13.0.tar.gz by going to here,
http://switch.dl.sourceforge.net/source ... 3.0.tar.gz
In terminal
2.
Kod: Markera allt
tar xfvz /"locationof"/maxima-5.13.0.tar.gz
3.
Kod: Markera allt
sudo aptitude install build-essential gcl checkinstall
(I am not sure I think these are the packages you need to compile it)
4.
you need to enable ansi which is disabled by default.
5.
6.
Kod: Markera allt
./configure --prefix=/usr/share --exec-prefix=/usr
7.
8.
9. say "yes" to create a document package and paste this (I don't remember the exact wording):
Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high precision numeric results by using exact fractions, arbitrary precision integers, and arbitrarily precision floating point numbers. Maxima can plot functions and data in two and three dimensions.
10. type 0 and enter your email address so that people know who you are if they use your package someone@somewhere as an example
11. hit return and tell me if you get any errors. If it works it will install a Debian package of maxima 5.13 and you will have in the folder a maxima deb package that you should keep for later.