view TOOLS/TVout/compile.sh @ 16416:42ad241f6e8c

support for GeForce FX Go5200 (newer Apple PowerBooks)
author diego
date Tue, 06 Sep 2005 20:50:10 +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 ..