VgaGames4 - man-pages

Overview

Version 4.0

Functions


Creating a game

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

Making a game independent of an installed VgaGames4-library
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)