view TVout/compile.sh @ 8483:386d1e4948f3

Polish man updated From: Zorg <kmaterka@wp.pl>
author gabucino
date Mon, 16 Dec 2002 21:44:38 +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 ..