Differences between revisions 6 and 8 (spanning 2 versions)
Revision 6 as of 2012-05-05 17:21:05
Size: 806
Editor: saliola
Comment:
Revision 8 as of 2012-05-05 17:34:10
Size: 1670
Editor: saliola
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
 * `Sage Installation Guide`__
Line 30: Line 29:
 * `Windows instructions`__ (you'll be installing the Sage virtual machine)  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:
 * `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::

                sage

 * Installing from source code:

       Short instructions:

        #. Extract archive
        #. Start compiling: make
        #. Run Sage: ./sage

       Detailed instructions: `Steps to Install from Source`__
Line 35: Line 61:
__ 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:

    1. 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.
    2. Run sage by calling the command:

      sage
  • Installing from source code:

    Short instructions:

    1. Extract archive

    2. Start compiling: make

    3. Run Sage: ./sage

    Detailed instructions: Steps to Install from Source

days38_installations (last edited 2012-05-05 17:34:10 by saliola)