File: INSTALL

package info (click to toggle)
guichan 0.8.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,516 kB
  • ctags: 1,919
  • sloc: cpp: 15,574; sh: 10,130; makefile: 281
file content (20 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Gnu/Linux:
---------
Run ./configure followed with make and make install. 

If configure is not present run ./autogen to generate the configure script.

For Allegro support you need the following libraries installed:
* Allegro       http://alleg.sourceforge.net/

For OpenGL support you need the following libraries installed:
* OpenGL        check with your graphics card vendor

For SDL support you need the following libraries installed:
* SDL           http://www.libsdl.org
* SDL_image     http://www.libsdl.org

Microsoft Windows:
------------------
Todo!