view TOOLS/TVout/compile.sh @ 18144:5e36594469b3

German translation for documentation.xml
author kraymer
date Tue, 18 Apr 2006 21:30:21 +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 ..