comparison ext/guichan-0.8.1/INSTALL @ 0:4a0efb7baf70

* Datasets becomes the new trunk and retires after that :-)
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Sun, 29 Jun 2008 18:44:17 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4a0efb7baf70
1 Gnu/Linux:
2 ---------
3 Run ./configure followed with make and make install.
4
5 If configure is not present run ./autogen to generate the configure script.
6
7 For Allegro support you need the following libraries installed:
8 * Allegro http://alleg.sourceforge.net/
9
10 For OpenGL support you need the following libraries installed:
11 * OpenGL check with your graphics card vendor
12
13 For SDL support you need the following libraries installed:
14 * SDL http://www.libsdl.org
15 * SDL_image http://www.libsdl.org
16
17 Microsoft Windows:
18 ------------------
19 Todo!
20