Compiling the SVGAlib example programs -------------------------------------- The files in this directory are the examples distributed with svgalib (in the demos/ directory). To compile them, do the following: 1. Copy the contents of this directory to a working directory somewhere. 2. Un-gzip them all: gunzip *.gz 3. Type "make". To use the makefile as it stands, you will need to do this as root; but then, you'll need root access to run them anyway. If you don't want to compile as root, remove the chown and chmod lines from the Makefile, and then do them manually after compilation. -- ASM Aug 99