| Title: | Installing GLEW and GLEWpy in Python2.5 on OS X |
|---|---|
| Category: | Programming/Python |
| Posted by: | Chris Waters |
| 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
| @ October 30, 2007 7:28:12 PM CST ( ) |
|
|

