view TVout/compile.sh @ 12399:9403b245fcda

Obsolet -mf syntax replaced by mf://, based on a patch sent by Compn, bug fixes and further wording improvements by me.
author diego
date Mon, 03 May 2004 00:41:48 +0000 (2004-05-03)
parents 3b5f5d1c5041
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 ..