Differences between revisions 3 and 4
Revision 3 as of 2009-09-02 13:57:08
Size: 2931
Comment:
Revision 4 as of 2009-09-02 13:59:11
Size: 2950
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
/* {{{#!wiki comment/dotted
Line 21: Line 22:
    {{{     {{
Line 23: Line 24:
    }}}     }}
Line 27: Line 28:

*/
}}}

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. If you really need the latest features: install the Sage-Combinat patches by running the following command inside the sage directory:

  • ./sage -combinat install

This works best with the latest version of Sage (4.1 as of 06/10/2009). If this step fails, please send an email to the sage-combinat-devel mailing list with the error message.

Long instructions