view TOOLS/TVout/compile.sh @ 16246:683d7592d9dc

Support for GTK 2.x. Patch by Onur Kucuk (onur . delipenguen net).
author reimar
date Wed, 17 Aug 2005 18:41:15 +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 ..