view TOOLS/TVout/compile.sh @ 19406:747a5c394a69

Fix wrong handling of transparency in \fad(\fade).
author eugeni
date Wed, 16 Aug 2006 00:54:59 +0000
parents b205f8ca892a
children
line wrap: on
line source


# Compile TVout tools

cd con2fb
gcc con2fb.c -o con2fb
cd ..

cd matroxset
make
cd ..

cd fbset
make
cd ..