1 | initial version |
The binary distribution is already compiled, you don't need to run make. Just run the sage
executable that comes in it.
If you want to compile Sage, use the source distribution and run configure and make.
2 | No.2 Revision |
The If you downloaded a binary distribution distribution, it is already compiled, you don't need to run make. make
.
Just run the sage
executable that comes in it.
If you want to compile Sage, use get the source distribution distribution and run configure and make.make
.
In any event, after downloading Sage you get a directory where you find a file called README.md
,
which is also online at
https://github.com/sagemath/sage/blob/master/README.md
and has the following information:
Getting Started
This README.txt contains build instructions for Sage. If you downloaded a binary, you do not need to do anything; just execute:
./sage
from the command line. If you downloaded the sources, please read below on how to build Sage and work around common issues.