Differences between revisions 20 and 21
Revision 20 as of 2010-08-20 12:05:07
Size: 3780
Editor: leif
Comment: Minor fixes; added note on better code by compiling Sage from source. Added note on 32-bit OSs on 64-bit CPUs.
Revision 21 as of 2010-08-20 12:34:13
Size: 3929
Editor: leif
Comment: Mark-ups added (commands etc.); some further fixes; reformatting. TODO: Change order of first enumeration! (*First* choose src or bin, then proceed with the [appropriate] rest.)
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
[[http://www.metalinker.org/|Metalinks]] ([[http://en.wikipedia.org/wiki/Metalink|Wikipedia]], [[http://www.freesoftwaremagazine.com/articles/using_metalinks|FSM]]) are XML files that contain multiple download sources and various checksums. Use them with a download manager below, if you want to make sure that your download works properly, automatically selects a fast mirror, recovers in case of a download server failure, if you want to pause and resume a download later or check'n'repair a broken file. [[http://www.metalinker.org/|Metalinks]] ([[http://en.wikipedia.org/wiki/Metalink|Wikipedia]], [[http://www.freesoftwaremagazine.com/articles/using_metalinks|FSM]]) are XML files that contain multiple download sources and various checksums. Use them with a download manager below, if you want to
 *
make sure that your download works properly,
 *
automatically select a fast mirror,
 *
recover in case of a download server failure, or
 * pause and resume a download later, or
 * check and
repair a broken file.
Line 19: Line 24:
There are various Clients supporting this: There are various clients supporting this:
Line 22: Line 27:
 * Linux: sudo apt-get install aria2 (command-line client)
 * MacOSX: [[http://www.yazsoft.com/|Speed Download]]
 * Linux: {{{sudo apt-get install aria2}}} (a command-line client)
 * MacOS X: [[http://www.yazsoft.com/|Speed Download]]
Line 28: Line 33:
 1. If no binary version is available for your system, download the source version. Note that Sage compiles on a wide variety of systems, but does not compile on every system.  1. If no binary version is available for your system, download the source version. Note that Sage compiles on a wide variety of systems, but does not compile on ''every'' system.
Line 31: Line 36:
   * *.tar.gz or *.tgz use: tar xzf *.tar.gz
   * *.tar.bzip2 or *.tar.bz2 use: tar xjf *.tar.bzip2
   * *.tar.lzma use: tar --lzma -xf *.tar.lzma
     * no lzma? perhaps you have xz, that is compatible with lzma. there might also be -J in tar -xJf *tar.lzma or you need to install an lzma or xz-utils package.
   * If the file ending is different, the Linux command "file" gives you information about the archive type. (file filename.ext)
   * {{{*.tar.gz}}} or {{{*.tgz}}}: Use {{{tar xzf *.tar.gz}}}
   * {{{*.tar.bzip2}}} or {{{*.tar.bz2}}}: Use {{{tar xjf *.tar.bzip2}}}
   * {{{*.tar.lzma}}}: Use {{{tar --lzma -xf *.tar.lzma}}}
     * No {{{lzma}}}? Perhaps you have {{{xz}}}, that is compatible with {{{lzma}}}. There might also be {{{-J}}} in {{{tar -xJf *.tar.lzma}}} or you need to install an lzma or xz-utils package.
   * If the file ending is different, the Linux command {{{file}}} gives you information about the archive type. (Type {{{file filename.ext}}} at the command prompt.)
Line 37: Line 42:
 1. (((rhx: That should go to the troubleshooting section of the [[http://www.sagemath.org/doc/installation/|Installation Guide]] or (even better) the error message related to sage-flags.txt should change.))) You might run into the [[http://groups.google.com/group/sage-devel/browse_thread/thread/53ae33d0324d44|following issue]] with a binary release due to different features of your system and the system on which Sage was compiled.  1. You might run into the [[http://groups.google.com/group/sage-devel/browse_thread/thread/53ae33d0324d44|following issue]] with a binary release due to different features of your system and the system on which Sage was compiled.
  (((rhx: That should go to the troubleshooting section of the [[http://www.sagemath.org/doc/installation/|Installation Guide]] or (even better) the error message related to {{{sage-flags.txt}}} should change.)))

Quick Download and Installation Guide

Not sure what to download? This short guide should get you started. A longer version of this guide is also available.

  1. Determine your operating system. (Windows, Linux, MacOS X, Solaris, etc.)
  2. Determine your CPU type (32-bit, 64-bit or "atom" for Linux and Intel or PowerPC for MacOS). In case you are running a 32-bit operating system on a 64-bit CPU, choose the 32-bit version.

  3. Do you want a source or binary distribution? Even if you want to do development, a precompiled version of Sage (binary release) can be used for that purpose. The source distribution is mostly needed if you want to see the sources of the Sage packages, also known as SPKGs, too. Another advantage of compiling Sage from source is that the generated code may make better use of your specific CPU.

  4. If available, choose the appropriate binary version from one of the download mirrors.

  5. Follow the binary installation guide to actually install a precompiled version of Sage. The source installation guide contains more detailed information on compiling Sage from source.

Metalinks (Wikipedia, FSM) are XML files that contain multiple download sources and various checksums. Use them with a download manager below, if you want to

  • make sure that your download works properly,
  • automatically select a fast mirror,
  • recover in case of a download server failure, or
  • pause and resume a download later, or
  • check and repair a broken file.

There are various clients supporting this:

Troubleshooting

  1. If no binary version is available for your system, download the source version. Note that Sage compiles on a wide variety of systems, but does not compile on every system.

  2. If you are not sure how to unpack the compressed file or its ending looks different:
    • *.tar.gz or *.tgz: Use tar xzf *.tar.gz

    • *.tar.bzip2 or *.tar.bz2: Use tar xjf *.tar.bzip2

    • *.tar.lzma: Use tar --lzma -xf *.tar.lzma

      • No lzma? Perhaps you have xz, that is compatible with lzma. There might also be -J in tar -xJf *.tar.lzma or you need to install an lzma or xz-utils package.

    • If the file ending is different, the Linux command file gives you information about the archive type. (Type file filename.ext at the command prompt.)

  3. You might run into the following issue with a binary release due to different features of your system and the system on which Sage was compiled.

    • (((rhx: That should go to the troubleshooting section of the Installation Guide or (even better) the error message related to sage-flags.txt should change.)))

  4. Ask for help on the sage-support mailing list.

DownloadAndInstallationGuide (last edited 2022-04-28 19:04:21 by mkoeppe)