comparison ext/guichan-0.8.2/INSTALL @ 378:64738befdf3b

bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author vtchill@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 11 Jan 2010 23:34:52 +0000
parents
children
comparison
equal deleted inserted replaced
377:fe6fb0e0ed23 378:64738befdf3b
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