view TOOLS/TVout/compile.sh @ 18277:74944211418d

Synced with 1.15
author jheryan
date Tue, 25 Apr 2006 13:25:47 +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 ..