view TOOLS/TVout/compile.sh @ 13556:1b2b37c0bd4d

-alang needs a language code, not a country code.
author diego
date Tue, 05 Oct 2004 10:13:08 +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 ..