SAGE Installation
Steps to Install
- Download the file sage-2005-date.tar, which contains the source code for
SAGE and the source for
all programs on which SAGE depends (including GMP 4.1, PARI 2.9, Python 2.4).
-
Untar:
tar xf sage-2005-date.tar
- Change into the directory
cd sage-2005-date
- Optional: Read the README.txt file there.
- Make sage and all dependencies (this takes 5-30 minutes, depending on computer):
make
- Run sage:
bin/sage
Further Notes
To install SAGE you do not have to be logged in as root. Everything is installed in the
directory in which you decompress sage. Currently you cannot rename this
directory after doing the sage build without messing up the install (I consider this
a bug).
I tested the 2005-02-28 version and it compiled with no problems
on the following platforms.
Linux: Debian, Fedora
OS X
BSD: FreeBSD
Windows XP under cygwin
I had unresolved problems with SUSE 9.2 (readline with python).
Just the Source
Here's the latest version of just the source code.