view TVout/compile.sh @ 10139:8ac4502b7b3d

10l by me, noticed by a guy with a transmeta cpu, but forgot his name, sorry
author alex
date Tue, 20 May 2003 17:06:00 +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 ..