summaryrefslogtreecommitdiffstats
path: root/TVout/compile.sh
blob: 51160101bd3c839ccbce7780592757f92f7b7a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# Compile TVout tools

cd con2fb
gcc con2fb.c -o con2fb
cd ..

cd matroxset
make
cd ..

cd fbset
make
cd ..