Mercurial > touhou
comparison README @ 605:d6ead6f0ba80
Mention Python 3 in the README…
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Tue, 11 Nov 2014 17:06:50 +0100 |
parents | 98380e4a0ee5 |
children |
comparison
equal
deleted
inserted
replaced
604:aca9551ee8b4 | 605:d6ead6f0ba80 |
---|---|
10 | 10 |
11 Dependencies: | 11 Dependencies: |
12 ------------- | 12 ------------- |
13 | 13 |
14 Running: | 14 Running: |
15 * Python2 (>= 2.6) | 15 * Python3 |
16 * Cython | 16 * Cython (≥ 0.20) |
17 * A working OpenGL driver | 17 * A working OpenGL driver |
18 * libepoxy | 18 * libepoxy |
19 * SDL2 | 19 * SDL2 |
20 * SDL2_image, SDL2_mixer, SDL2_ttf | 20 * SDL2_image, SDL2_mixer, SDL2_ttf |
21 * A TTF font file, placed as “font.ttf” in the game directory. | 21 * A TTF font file, placed as “font.ttf” in the game directory. |