Gyoto
|
For direct access to Gyoto, only Yorick is required. Yorick comes precompiled with many distributions of Linux and is present in the Macports. You can also find binaries and source code at http://yorick.sourceforge.net/
One line in Yorick's yapi.h file used to make the compilation fail, so either use Yorick >= 2.1.06 or change this line:
to something like
For the graphical user interface Gyotoy, you'll need a few additional pieces. First of all, I seriously doubt it will run under MS Windows, but please report any news on that front.
A collection of utilities for Yorick, distributed as yorick-yutils in many Linux distributions. Actually, only pyk.i is used in Gyotoy (so far), and as of writing, the CVS version is required.
Either get yutils > 1.4.0 from e.g. http://www.maumae.net/yorick/packages/src/ or fetch pyk.i from the CVS browser at http://yorick.cvs.sourceforge.net/viewvc/yorick/yorick-yutils/pyk.i?view=markup
The graphical interface is actually coded python using the pygtk extension. So you'll need a recent version of python, PyGTK, and the Glade library, on which PyGTK depends.
From the Gyoto source directory (i.e. the directory which contains the yorick/ subdirectory:
You can check the package by running
Read gyoto.i and check.i for using Gyoto from within Yorick.
The graphical interface, Gyotoy, can be run with
or