VgaGames4 - Library for creating VGA-games
------------------------------------------
(Copyright 2022-2026 Kurt Nienhaus)

https://www.vgagames.de


Installation:
 ./config.sh  # get help: ./config.sh --help
 make all
 (sudo) make install


To compile a game with VgaGames4 vgagames4-config or pkgconf can be used:
 - vgagames4-config --cflags --libs
 - pkgconf --cflags --libs vgagames4


To make a compiled game independent of an installed VgaGames4-library,
 - use: vgagames4-config --copylocal
 - or: vgagames4-config --copylocal_with_midi
 to create a subdirectory "vgag4" containing all needed files
 (see vgagames4-config --help)
