view TVout/compile.sh @ 5990:e5b3385775b3

accept \N too, patch by Reinder <r.cuperus@student.utwente.nl>
author arpi
date Sun, 05 May 2002 21:33:13 +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 ..