Size: 1038
Comment:
|
← Revision 8 as of 2012-05-05 17:34:10 ⇥
Size: 1670
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 29: | Line 29: |
---- /!\ '''Edit conflict - other version:''' ---- `Sage Installation Guide`__ |
Below are short versions of the installation instructions. If this doesn't work, then follow the detailed instructions in the `Sage Installation Guide`__. |
Line 32: | Line 33: |
__ http://www.sagemath.org/doc/installation/ | * `Installing on Windows`__ (you'll be installing the Sage virtual machine) |
Line 34: | Line 35: |
---- /!\ '''Edit conflict - your version:''' ---- * `Sage Installation Guide`__ |
* `Installing on Mac OS X`__ (binary version) |
Line 37: | Line 37: |
* `Windows instructions`__ (you'll be installing the Sage virtual machine) | * Installing on Linux (binary version) |
Line 39: | Line 39: |
Short instructions: #. Select the one that suits your setup and extract it in your file-browser by right clicking "extract" or on the command-line using:: tar xvzf sage...tar.gz. #. Run sage by calling the command:: sage * Installing from source code: Short instructions: #. Extract archive #. Start compiling: make #. Run Sage: ./sage Detailed instructions: `Steps to Install from Source`__ |
|
Line 42: | Line 61: |
---- /!\ '''End of edit conflict''' ---- |
__ http://sagemath.org/mirror/osx/README.txt __ http://sagemath.org/doc/installation/source.html#steps-to-install-from-source |
Sage Days 38 Installations
For the main Sage Days 38 wiki page go here.
Downloading Sage
In order to make downloading quicker and easier from the conference venue, the CRM pre-downloaded binary images of Sage for several operating systems:
Pre-Downloaded Binaries (CRM)If that doesn't work, please check the Sage download site.
Installation Instructions
Below are short versions of the installation instructions. If this doesn't work, then follow the detailed instructions in the Sage Installation Guide.
Installing on Windows (you'll be installing the Sage virtual machine)
Installing on Mac OS X (binary version)
Installing on Linux (binary version)
Short instructions:
Select the one that suits your setup and extract it in your file-browser by right clicking "extract" or on the command-line using:
tar xvzf sage...tar.gz.Run sage by calling the command:
sageInstalling from source code:
Short instructions:
Extract archive
Start compiling: make
Run Sage: ./sage
Detailed instructions: Steps to Install from Source