How to install sage-combinat at the *-Combinat conference

You have a few options.

  1. If you use Windows, then scroll down and follow the instructions under the heading How to install the sage-combinat patches.

  2. Binary installation (Mac OS X and various Linux distributions):
  3. People (such as FrancoSaliola) will have the above downloads on USB keys; ask them to borrow their USB keys. Then follow the above installation instructions. Don't forget to return the USB key!

  4. If neither of the above two options work for you, then you need to compile Sage from the sourcecode. This is not scary, it just takes a while.

Congratulations, you are now happy.

Optional Step: If you want to participate in the development of sage-combinat, run the following command inside the sage directory:

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

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:

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