view TOOLS/TVout/compile.sh @ 15319:09be900afe38

syntax fixes by Mirco Macrelli <pigaz at pigaz dot org>
author diego
date Sun, 01 May 2005 22:27:15 +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 ..