summaryrefslogtreecommitdiffstats
path: root/readme.txt
blob: 00f0c921ac34156ef478ac9ff6053e2c3f774610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Compilation

Windows XP:
    Requirements:
    - MinGW
    - freeglut
    - SDL
    - SDL_image
    - GLEW

    $ make -f mingw32

Linux:
    Requirements:
    - freeglut
    - SDL
    - SDL_image
    - GLEW

    $ make