view TVout/compile.sh @ 8687:93694559178c

better BSD/OS support by Steven Schultz <sms@2bsd.com>
author alex
date Tue, 31 Dec 2002 18:23:52 +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 ..