Differences between revisions 9 and 14 (spanning 5 versions)
Revision 9 as of 2012-05-15 12:29:11
Size: 3148
Editor: hivertwiki
Comment:
Revision 14 as of 2012-09-26 14:48:23
Size: 3079
Editor: jdemeyer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:


Line 39: Line 42:
    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 50:
This works best with the latest version.
{{{#!wiki red/solid
'''With the release of Sage 5.0, we are dropping the backward compatibility with all the former Sage version.'''
}}}

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

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 2012, Sage >= 5.0 is required.

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

Long instructions