Sida 1 av 1

behöver hjälp med installation av maxima. [LÖST]

Postat: 27 nov 2007, 20:33
av Dimi
Jag försöker installera matematikprogramet maxima, från följande ställe:
http://maxima.sourceforge.net/

Men jag förstår inte hur jag ska få till det. I initialskedet för står jag inte ens vad det är jag ska ladda ned.

SV: behöver hjälp med installation av maxima.

Postat: 27 nov 2007, 20:41
av TForsman
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.

Kod: Markera allt

sudo dpkg-reconfigure gcl
you need to enable ansi which is disabled by default.

5.

Kod: Markera allt

cd maxima-5.13.0/
6.

Kod: Markera allt

./configure --prefix=/usr/share --exec-prefix=/usr
7.

Kod: Markera allt

make
8.

Kod: Markera allt

sudo checkinstall make install
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.

SV: behöver hjälp med installation av maxima.

Postat: 27 nov 2007, 20:45
av Lars
Som vanligt så finns det mesta man behöver bara några få musklick iväg :)

Gå till program, lägg till/ta bort och sök efter maxima. Eller starta Synaptic från system, administration och installera den vägen. Enkelt och smidigt!

SV: behöver hjälp med installation av maxima.

Postat: 27 nov 2007, 22:54
av Dimi
Zinden skrev: Hittade denna guide på engelska, hoppas den hjälper dig lite grann.
Tack så jättemycket för toppensnabb hjälp. Det fungerade perfekt.

Dumt av mig att missa att maxima finns i förråden. Men det var mer spännande att installera på det där viset :-).