Last change
on this file since 1d1c77e was 1d1c77e, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 8 years ago |
Correctly detect the native resolution on Mac
|
-
Property mode
set to
100644
|
File size:
268 bytes
|
Line | |
---|
1 | On linux, you need to install tkinter:
|
---|
2 | sudo apt-get install python3-tk
|
---|
3 |
|
---|
4 | On mac, install pygame like this:
|
---|
5 |
|
---|
6 | brew install python3
|
---|
7 |
|
---|
8 | # Not sure if this is actually needed
|
---|
9 | brew install sdl sdl_image sdl_mixer sdl_ttf smpeg portmidi
|
---|
10 |
|
---|
11 | pip3 install pygame
|
---|
12 | pip3 install pyobjc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.