view TVout/compile.sh @ 12895:3cd9add91f97

removed saver_on, saver_off calls, they are already in x11_common.c
author reimar
date Sun, 25 Jul 2004 12:49:01 +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 ..