                         === VgaGames2 ===


VgaGames2 is a redesign of VgaGames version 1,
a library for programming games (UNIX/Linux) in vga mode (320x200x256).

For an overview, the html-manuals and tutorials, refer to doc/index.html.


Required are at least
 - a c-compiler, e.g. gcc
 - a graphic library (console library or X window),
   installed with header files for compiling

Recommended for sound is one of:
 - OSS
 - ALSA 0.9 or above (installed with header files)
 - Sun Audio


To install VgaGames2,
 - go to src/
 - type: ./config.sh
 - type: make
 - type (as root): make install

this will install VgaGames2 into /usr/share/vgagames/
and create the links:
  /usr/local/bin/vgag-bitmap -> /usr/share/vgagames/bin/vgag-bitmap
  /usr/bin/vgag2-config -> /usr/share/vgagames/bin/vgag2-config

If the compat-library for VgaGames version 1 is to be installed (the default),
the following links are created:
  /usr/bin/vgag-config.sh -> /usr/share/vgagames/bin/vgag-config.sh
  /usr/local/include/vgagames.h -> /usr/share/vgagames/include/vgagames.h


To remove VgaGames2,
 - go to src/
 - type (as root): make uninstall
