Differences between revisions 2 and 13 (spanning 11 versions)
Revision 2 as of 2009-07-22 20:54:08
Size: 2923
Comment:
Revision 13 as of 2012-07-11 20:18:05
Size: 3091
Editor: nthiery
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{#!wiki comment/dotted
Line 20: Line 22:
    {{{     {{
Line 22: Line 24:
    }}}     }}
Line 26: Line 28:
}}}
Line 38: 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/C++/Fortran compiler):
Line 42: Line 46:
'''Step 2.''' If you really need the latest features: install the Sage-Combinat patches by running the following command ''inside the sage directory'': '''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'':
Line 46: Line 50:
This works best with the latest version of Sage (4.1 as of 06/10/2009).
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/C++/Fortran 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