view TOOLS/TVout/compile.sh @ 13035:8b823470d1fd

massive sync, rewording, consistency, fixes etc.
author wight
date Tue, 17 Aug 2004 17:51:54 +0000 (2004-08-17)
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 ..