view TVout/compile.sh @ 12233:d371810e3bb3

translation prepared by Boski Cinek <boski_cinek(at)o2.pl>
author paszczi
date Sun, 18 Apr 2004 20:29:59 +0000
parents 3b5f5d1c5041
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 ..