view TOOLS/TVout/compile.sh @ 16623:32c331ff5b00

Add Compn, expert at wrangling useful bugreports from users ;-) Patch by himself (tempn at twmi rr com).
author reimar
date Sat, 01 Oct 2005 11:16:02 +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 ..