view TVout/compile.sh @ 5273:8af542acc1b6

Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goes out to him...
author mswitch
date Sat, 23 Mar 2002 15:27:47 +0000
parents 3b5f5d1c5041
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 ..