view TOOLS/TVout/compile.sh @ 18969:d4f149d41554

DOCS/xml/hu synced with r18973
author Gabrov
date Sun, 09 Jul 2006 09:27:09 +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 ..