On Sun, Mar 15, 2009 at 9:59 PM, Mike Rooney <[email protected]> wrote: > On Sun, Mar 15, 2009 at 9:09 PM, Casey Duncan <[email protected]> wrote: >> >> It is again my pleasure to announce the latest version of the Lepton >> particle engine for Python. Some important new features, bug fixes and >> examples are in this new release, and I encourage you to check it out. >> Here's the lowdown from the change list: >> > > This sounds cool! I'd love to try it out but can't seem to figure out > what I need to do to get it to install. The README says I need to > install python-dev-all and libxext-dev, however python-dev-all doesn't > exist in the case of Ubuntu, only "python-dev". I installed that > (libxext-dev was already installed), and got a little further, but > ended up getting: > > /usr/bin/ld: cannot find -lGL > collect2: ld returned 1 exit status > error: command 'gcc' failed with exit status 1 > > when running "sudo python setup.py install". > > Am I doing something silly? If not it might be cool to have Ubuntu > instructions in the README or elsewhere. >
After some messing around and going down the wrong path a few times, it looks like I basically just had to apt-get install freeglut-dev. I checked out the splode.py demo...quite impressive! -- Michael Rooney [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
