-
Notifications
You must be signed in to change notification settings - Fork 7
Dependencies
ec429 edited this page Mar 23, 2013
·
3 revisions
- SDL. Can be found at libsdl.org, or packaged by most distributions. Note that you will need development files (ie. headers, etc.) to compile. For debian, get the following packages:
- libsdl1.2debian
- libsdl1.2-dev
- libsdl-image1.2
- libsdl-image1.2-dev
- libsdl-ttf2.0-0
- libsdl-ttf2.0-dev
- libsdl-gfx1.2-4
- libsdl-gfx1.2-dev
- libatg. Can be found on ec429's github.
- This in turn requires the Liberation Mono font, which Debian users can get from the package "fonts-liberation".
- matplotlib. Needed for generating the graphs in the stats/ directory, but not used by the main game binary. Can be found at http://matplotlib.org. For debian, get the package python-matplotlib.