Prerequisites

To run Glumol, you'll need the following softwares to be installed :

  • PyOpenGL (PyOpenGL on Fedora)
  • Python Imaging Library (python-numeric on Fedora)
  • wxPython (wxPython on Fedora)
  • The Boost Library (

Stackless Python

Download the Stackless sources by running the command :

svn checkout http://svn.python.org/projects/stackless/tags/python-2.52/

then compile it:

./configure --prefix=/usr/local && make

and finally, as root :

make install

Glumol

First, get the sources of Poujol (the runtime) :

svn co http://www.glumol.com/svn/trunk/poujol
revenir en haut de la page