view TVout/compile.sh @ 8653:5af3d90a8f6b

NetWM fs. switching cleanup patch by Filip Kalinski <filon@pld.org.pl>
author arpi
date Mon, 30 Dec 2002 00:47:43 +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 ..