Differences between revisions 8 and 16 (spanning 8 versions)
Revision 8 as of 2010-05-03 10:45:14
Size: 3063
Comment:
Revision 16 as of 2014-07-18 15:00:57
Size: 3282
Editor: chapoton
Comment: typo
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:

||<#FF0000> '''WARNING''' (July 2014) ||

||<#00FF00>This page is obsolete, as Sage is now using Git instead of Mercurial as a version control system.||


See http://trac.sagemath.org/ticket/15628
Line 39: Line 47:
    2. Source installation (recommended, but time-consuming; works for Linux and OSX as long as you have a compilier):     2. Source installation (recommended, but time-consuming; works for Linux and OSX as long as you have a C compiler):
Line 47: Line 55:
This works best with the latest version of Sage and as of 2010/05/03 require at least Sage 4.3.3.
It
is recommended to use the latest version of Sage. As of July 11th of 2014, Sage >= 6.2 is required.

WARNING (July 2014)

This page is obsolete, as Sage is now using Git instead of Mercurial as a version control system.

See http://trac.sagemath.org/ticket/15628

How to install the sage-combinat patches

Short installation instructions

Step 1. To use the features developed by Sage-combinat, you first need to install Sage. You have two options.

  1. Binary installation (takes less time; only option on Windows; only works if a binary exists for your system):
  2. Source installation (recommended, but time-consuming; works for Linux and OSX as long as you have a C compiler):

Step 2. Step 1 already installs the Sage-combinat package. If you really need the latest features of Sage-Combinat, you need to install the Sage-Combinat patches on top by running the following command inside the sage directory:

  • ./sage -combinat install

It is recommended to use the latest version of Sage. As of July 11th of 2014, Sage >= 6.2 is required.

If this step fails, please send an email to the sage-combinat-devel mailing list with the error message.

Long instructions