view TVout/compile.sh @ 7107:ebc1cd8014a5

align -> balign patch by (Bj«Órn Sandell <biorn at dce dot chalmers dot se>)
author michael
date Wed, 28 Aug 2002 00:24:27 +0000
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 ..