view TVout/compile.sh @ 8412:f51f7a9522dc

sync
author nexus
date Mon, 09 Dec 2002 09:58:44 +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 ..