view TOOLS/TVout/compile.sh @ 17000:7367ca4314d8

Tests should use echocheck/echores instead of plain echo for output.
author diego
date Thu, 17 Nov 2005 11:06:38 +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 ..