Last change
on this file since 3511899 was 3511899, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 8 years ago |
Add osx-specific OpenGL installation instructions
|
-
Property mode
set to
100644
|
File size:
467 bytes
|
Line | |
---|
1 | On linux, you need to install tkinter:
|
---|
2 | sudo apt-get install python3-tk
|
---|
3 | sudo apt-get install python3-opengl
|
---|
4 |
|
---|
5 | On mac, install pygame like this:
|
---|
6 |
|
---|
7 | brew install python3
|
---|
8 |
|
---|
9 | # Not sure if this is actually needed
|
---|
10 | brew install sdl sdl_image sdl_mixer sdl_ttf smpeg portmidi
|
---|
11 |
|
---|
12 | pip3 install pygame
|
---|
13 | pip3 install pyobjc
|
---|
14 | pip3 install PyOpenGL PyOpenGL_accelerate
|
---|
15 | # PyOpenGL_accelerate is needed on OSX, not sure if it's needed on
|
---|
16 | # other platforms
|
---|
17 |
|
---|
18 | Run the game with:
|
---|
19 | python3 game.py
|
---|
Note:
See
TracBrowser
for help on using the repository browser.