JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
rewording bounce calculations.
[vor.git] / INSTALL
1 REQUIREMENTS
2
3         vor requires the following libraries to build/run:
4                 sdl           http://www.libsdl.org/download-1.2.php
5                 sdl_mixer     http://www.libsdl.org/projects/SDL_mixer/
6                 sdl_image     http://www.libsdl.org/projects/SDL_image/
7         And the following to create the graphics:
8                 povray        http://www.povray.org/
9                 netpbm        http://netpbm.sourceforge.net/
10
11 BUILDING
12         
13         "cd" to the vor source directory and type "make" at the command prompt.
14
15 RUNNING
16
17         "./vor"
18
19         After building you should have an executable called "vor" in the
20         current (source) directory. You can run this here, "./vor"
21
22 INSTALLING
23
24         Just type "make install" at the command prompt.
25
26         By default it puts executable in /usr/games/bin and the data in
27         /usr/share/vor. If you'd like to change either, edit the Makefile
28         before building. If you change these settings in the Makefile after
29         building, you'll have to "make clean" and build again before
30         installing.