view TOOLS/TVout/compile.sh @ 13368:2c39a359d141

-menu-startup, based on patch by Aurelien Jacobs <aurel at gnuage dot org>
author diego
date Fri, 17 Sep 2004 15:53:04 +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 ..