VisLab

Chris Waters' Weblog

Visualizing the Vislab

Title: Installing GLEW and GLEWpy in Python2.5 on OS X
Category: Programming/Python
Posted by:
Previous: SSH minus Login
Next: dict.get and dict.__index__ revisited

Installing GLEW 
Download the GLEW source from [here
Run the following command in the glew folder: 

> GLEW_DEST=/usr/local sudo make install
 
Installing GLEWpy 
Download the GLEWpy source from [here
Replace the setup.py in the glewpy folder with the modified setup.py from [here
Run the following command in the glewpy folder: 
> sudo python setup.py install
 

Login Information
Username:
Password:

© Chris Waters. The views and opinions expressed in this page are strictly those of the page author. The contents of this page have not been reviewed or approved by Mississippi State University.