Hi, this is my page for the program TiltingSheaves.
It is written in C++ and it is supposed to run on any platform which has a C++-compiler.
You can download the sources here and some rough documentation here.
However, the only platform which is truly supported is my own computer, which happens to be a PowerBook G4 with OS X 10.3.9.
The program has also successfully been tested on Debian Linux, Fedora Core 5, and FreeBSD, and with gcc 3.x and 4.1.
For TiltingSheaves you need the GNU Multiple Precision library (libgmp) and the GNU Readline library (libreadline) along with the corresponding header files in your compiler's search path (I use libgmp version 3.* and libreadline version 4.*, but any other version should also do).
To install, unpack the archive and change to the directory TiltingSheaves; then take a look at the Makefile and adapt the settings to match your system.
Then type make and hope for the best.
If everything works fine, there should be an executable TiltingSheaves. Read the documentation and enjoy!
If it does not work, you can drop me a mail.
Unless you use Windows. Then you are a lost soul and I won't help you.