Differences between revisions 6 and 7
Revision 6 as of 2009-09-02 15:08:11
Size: 3039
Editor: PaulDehaye
Comment:
Revision 7 as of 2010-02-13 16:36:01
Size: 3061
Comment: Updated the minimal required version
Deletions are marked like this. Additions are marked like this.
Line 47: Line 47:
This works best with the latest version of Sage (4.1.1 as of 09/03/2009). This works best with the latest version of Sage and as of 2010/02/13 require at least Sage 4.3.

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 compilier):

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

This works best with the latest version of Sage and as of 2010/02/13 require at least Sage 4.3. If this step fails, please send an email to the sage-combinat-devel mailing list with the error message.

Long instructions