view TOOLS/TVout/compile.sh @ 17252:9eaeeeca2ec3

new input command prefixes, pausing_keep, pausing_toggle
author ods15
date Tue, 27 Dec 2005 10:59:52 +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 ..