David Reed wrote:
>
> On Jun 15, 2006, at 8:38 PM, Silverstein wrote:
>
> > I would like to build 2.0.2.01 since this says it is compatible with
> > version 1.23 swig wrappers (we use 1.21 now for other python wrappers
> > but we could upgrade to 23, downgrading to 13 is not possible).
> >
> > I downloaded the tar.gz and unpacked it, but I cannot find any
> > documentation on how to build this, nor is it obvious how to do so
> > from
> > looking at the files.
> >
> > Can someone provide build instructions?
> >
> > I'm on redhat 7.3.
> >
> > Herc
>
> Are you really stuck with Red Hat 7.3 - that is ancient (2002 I
> believe) in terms of Linux/open source development so my guess is you
> will have trouble getting it to compile.
>
Yes, sadly. We have to build on RH7.3 because we have many customers to
support. So we have to use something old.
> There are instructions for compiling from source here:
>
> http://pyopengl.sourceforge.net/documentation/installation.html
>
Thanks. These are the same instructions I had been following:
I noticed I was missing a setup.py; so I couldn't figure out how this
could work. Now I see that the size of my downloaded .tar.gz is
slightly smaller than it should be. And indeed it was incomplete.
Using 'python setup.py build_ext --force install' builds!
Thanks,
Herc
|